GetFaceDetectionResponse constructor

GetFaceDetectionResponse({
  1. List<FaceDetection>? faces,
  2. VideoJobStatus? jobStatus,
  3. String? nextToken,
  4. String? statusMessage,
  5. VideoMetadata? videoMetadata,
})

Implementation

GetFaceDetectionResponse({
  this.faces,
  this.jobStatus,
  this.nextToken,
  this.statusMessage,
  this.videoMetadata,
});