GetPersonTrackingResponse constructor

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

Implementation

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