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