GetTextDetectionResponse constructor

GetTextDetectionResponse({
  1. VideoJobStatus? jobStatus,
  2. String? nextToken,
  3. String? statusMessage,
  4. List<TextDetectionResult>? textDetections,
  5. String? textModelVersion,
  6. VideoMetadata? videoMetadata,
})

Implementation

GetTextDetectionResponse({
  this.jobStatus,
  this.nextToken,
  this.statusMessage,
  this.textDetections,
  this.textModelVersion,
  this.videoMetadata,
});