GetLabelDetectionResponse constructor

GetLabelDetectionResponse({
  1. VideoJobStatus? jobStatus,
  2. String? labelModelVersion,
  3. List<LabelDetection>? labels,
  4. String? nextToken,
  5. String? statusMessage,
  6. VideoMetadata? videoMetadata,
})

Implementation

GetLabelDetectionResponse({
  this.jobStatus,
  this.labelModelVersion,
  this.labels,
  this.nextToken,
  this.statusMessage,
  this.videoMetadata,
});