GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Rekognition::GetSegmentDetectionResponse(3) User Contributed Perl Documentation Paws::Rekognition::GetSegmentDetectionResponse(3)

Paws::Rekognition::GetSegmentDetectionResponse

An array of objects. There can be multiple audio streams. Each "AudioMetadata" object contains metadata for a single audio stream. Audio information in an "AudioMetadata" 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 "GetSegmentDetection".

Current status of the segment detection job.

Valid values are: "IN_PROGRESS", "SUCCEEDED", "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.

An array of segments detected in a video. The array is sorted by the segment types (TECHNICAL_CUE or SHOT) specified in the "SegmentTypes" input parameter of "StartSegmentDetection". Within each segment type the array is sorted by timestamp values.

An array containing the segment types requested in the call to "StartSegmentDetection".

If the job fails, "StatusMessage" provides a descriptive error message.

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".

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.