TTranscribeAbsoluteTimeRange
Class in AWS.Transcribe
AbsoluteTimeRange class.
Ancestors
Properties
EndTime
property EndTime: TOptional<Integer>
First
property First: TOptional<Integer>
Last
property Last: TOptional<Integer>
StartTime
property StartTime: TOptional<Integer>
Constructors
Create
constructor Create; overload;
Constructor for TTranscribeAbsoluteTimeRange.
constructor Create(const AStartTime, AEndTime: Integer); overload;
Constructor for TTranscribeAbsoluteTimeRange.
Parameters
| Name | Description |
|---|---|
AStartTime | Specifies the time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. |
AEndTime | Specifies the time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. |