Skip to main content

ITranscribeRelativeTimeRange

Interface in AWS.Transcribe

Interface for RelativeTimeRange.

Properties

EndPercentage

property EndPercentage: TOptional<Integer>

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

If you include EndPercentage, you must also include StartPercentage.

First

property First: TOptional<Integer>

Specifies the time, in percentage, 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 percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria within this time segment.

StartPercentage

property StartPercentage: TOptional<Integer>

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

If you include StartPercentage, you must also include EndPercentage.