Skip to main content

IRekognitionGetSegmentDetectionResponse

Interface in AWS.Rekognition

Interface for GetSegmentDetection responses.

Ancestors

Properties

AudioMetadata

property AudioMetadata: TList<IRekognitionAudioMetadata>

Type: IRekognitionAudioMetadata

A list of audio metadata, each for a different audio stream contained within the video.

JobId

property JobId: string

The job identifier for the segment detection operation.

JobStatus

property JobStatus: string

The current status of the segment detection job.

Valid values: IN_PROGRESS | SUCCEEDED | FAILED.

JobTag

property JobTag: string

The identifier specified in the call to StartSegmentDetection and returned in the job completion notification sent to your Amazon Simple Notification Service (SNS) topic.

NextToken

property NextToken: string

If the result is truncated, the NextToken can be used in subsequent requests to fetch the next page of results.

Segments

property Segments: TList<IRekognitionSegmentDetection>

Type: IRekognitionSegmentDetection

A list of segments detected in the video.

SegmentTypes

property SegmentTypes: TList<IRekognitionSegmentTypeInfo>

Type: IRekognitionSegmentTypeInfo

A list of segment types requested in the call to StartSegmentDetection.

StatusMessage

property StatusMessage: string

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

Video

property Video: IRekognitionVideo

Type: IRekognitionVideo

The Amazon S3 location of the stored video file.

VideoMetadata

property VideoMetadata: IRekognitionVideoMetadata

Type: IRekognitionVideoMetadata

Information about the video that Amazon Rekognition Video analyzed.