videoMetadata property
Currently, Amazon Rekognition Video returns a single object in the
VideoMetadata
array. The object contains information about the
video stream in the input file that Amazon Rekognition Video chose to
analyze. The VideoMetadata
object includes the video codec,
video format and other information. Video metadata is returned in each page
of information returned by GetSegmentDetection
.
Implementation
final List<VideoMetadata>? videoMetadata;