GetLabelDetectionResponse constructor
GetLabelDetectionResponse({
- VideoJobStatus? jobStatus,
- String? labelModelVersion,
- List<
LabelDetection> ? labels, - String? nextToken,
- String? statusMessage,
- VideoMetadata? videoMetadata,
Implementation
GetLabelDetectionResponse({
this.jobStatus,
this.labelModelVersion,
this.labels,
this.nextToken,
this.statusMessage,
this.videoMetadata,
});