GetTextDetectionResponse constructor
GetTextDetectionResponse({
- VideoJobStatus? jobStatus,
- String? nextToken,
- String? statusMessage,
- List<
TextDetectionResult> ? textDetections, - String? textModelVersion,
- VideoMetadata? videoMetadata,
Implementation
GetTextDetectionResponse({
this.jobStatus,
this.nextToken,
this.statusMessage,
this.textDetections,
this.textModelVersion,
this.videoMetadata,
});