GetFaceDetectionResponse constructor
GetFaceDetectionResponse({
- List<
FaceDetection> ? faces, - VideoJobStatus? jobStatus,
- String? nextToken,
- String? statusMessage,
- VideoMetadata? videoMetadata,
Implementation
GetFaceDetectionResponse({
this.faces,
this.jobStatus,
this.nextToken,
this.statusMessage,
this.videoMetadata,
});