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
| Name | Description |
|---|---|
AStartPercentage | Specifies the time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your audio. |
AEndPercentage | Specifies the time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your audio. |