FlowDefinitionHumanLoopRequestSource constructor
const
FlowDefinitionHumanLoopRequestSource({
- required Input<
String> awsManagedHumanLoopRequestSource,
Creates a new FlowDefinitionHumanLoopRequestSource.
awsManagedHumanLoopRequestSource Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: AWS/Rekognition/DetectModerationLabels/Image/V3 and AWS/Textract/AnalyzeDocument/Forms/V1.
Implementation
const FlowDefinitionHumanLoopRequestSource({
required this.awsManagedHumanLoopRequestSource,
});