Skip to main content

TTranscribeRelativeTimeRange

Class in AWS.Transcribe

RelativeTimeRange class.

Ancestors

Properties

EndPercentage

property EndPercentage: TOptional<Integer>

First

property First: TOptional<Integer>

Last

property Last: TOptional<Integer>

StartPercentage

property StartPercentage: TOptional<Integer>

Constructors

Create

constructor Create; overload;

Constructor for TTranscribeRelativeTimeRange.


constructor Create(const AStartPercentage, AEndPercentage: Integer); overload;

Constructor for TTranscribeRelativeTimeRange.

Parameters

NameDescription
AStartPercentageSpecifies the time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your audio.
AEndPercentageSpecifies the time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your audio.