GetFaceSearchResponse constructor

GetFaceSearchResponse({
  1. VideoJobStatus? jobStatus,
  2. String? nextToken,
  3. List<PersonMatch>? persons,
  4. String? statusMessage,
  5. VideoMetadata? videoMetadata,
})

Implementation

GetFaceSearchResponse({
  this.jobStatus,
  this.nextToken,
  this.persons,
  this.statusMessage,
  this.videoMetadata,
});