PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Rekognition::GetSegmentDetectionResponse; use Moose; has AudioMetadata => (is => 'ro', isa => 'ArrayRef[Paws::Rekognition::AudioMetadata]'); has JobStatus => (is => 'ro', isa => 'Str'); has NextToken => (is => 'ro', isa => 'Str'); has Segments => (is => 'ro', isa => 'ArrayRef[Paws::Rekognition::SegmentDetection]'); has SelectedSegmentTypes => (is => 'ro', isa => 'ArrayRef[Paws::Rekognition::SegmentTypeInfo]'); has StatusMessage => (is => 'ro', isa => 'Str'); has VideoMetadata => (is => 'ro', isa => 'ArrayRef[Paws::Rekognition::VideoMetadata]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Rekognition::GetSegmentDetectionResponse =head1 ATTRIBUTES =head2 AudioMetadata => ArrayRef[L] An array of objects. There can be multiple audio streams. Each C object contains metadata for a single audio stream. Audio information in an C objects includes the audio codec, the number of audio channels, the duration of the audio stream, and the sample rate. Audio metadata is returned in each page of information returned by C. =head2 JobStatus => Str Current status of the segment detection job. Valid values are: C<"IN_PROGRESS">, C<"SUCCEEDED">, C<"FAILED"> =head2 NextToken => Str If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of text. =head2 Segments => ArrayRef[L] An array of segments detected in a video. The array is sorted by the segment types (TECHNICAL_CUE or SHOT) specified in the C input parameter of C. Within each segment type the array is sorted by timestamp values. =head2 SelectedSegmentTypes => ArrayRef[L] An array containing the segment types requested in the call to C. =head2 StatusMessage => Str If the job fails, C provides a descriptive error message. =head2 VideoMetadata => ArrayRef[L] Currently, Amazon Rekognition Video returns a single object in the C array. The object contains information about the video stream in the input file that Amazon Rekognition Video chose to analyze. The C object includes the video codec, video format and other information. Video metadata is returned in each page of information returned by C. =head2 _request_id => Str =cut 1;