Skip to main content

ITranscribeAbsoluteTimeRange

Interface in AWS.Transcribe

Interface for AbsoluteTimeRange.

Properties

EndTime

property EndTime: TOptional<Integer>

Specifies the time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.

If you include EndTime, you must also include StartTime.

First

property First: TOptional<Integer>

Specifies the time, in milliseconds, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria within this time segment.

Last

property Last: TOptional<Integer>

Specifies the time, in milliseconds, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria within this time segment.

StartTime

property StartTime: TOptional<Integer>

Specifies the time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.

If you include StartTime, you must also include EndTime.