GetPersonTrackingResponse constructor
      
      GetPersonTrackingResponse({ 
    
    
- VideoJobStatus? jobStatus,
- String? nextToken,
- List<PersonDetection> ? persons,
- String? statusMessage,
- VideoMetadata? videoMetadata,
Implementation
GetPersonTrackingResponse({
  this.jobStatus,
  this.nextToken,
  this.persons,
  this.statusMessage,
  this.videoMetadata,
});