Skip to main content

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

NameDescription
AStartTimeSpecifies the time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
AEndTimeSpecifies the time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.