public static interface AbsoluteTimeRange.Builder extends SdkPojo, CopyableBuilder<AbsoluteTimeRange.Builder,AbsoluteTimeRange>
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange.Builder |
endTime(Long endTime)
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.
|
AbsoluteTimeRange.Builder |
first(Long first)
The time, in milliseconds, from the start of your media file until the specified value.
|
AbsoluteTimeRange.Builder |
last(Long last)
The time, in milliseconds, from the specified value until the end of your media file.
|
AbsoluteTimeRange.Builder |
startTime(Long startTime)
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAbsoluteTimeRange.Builder startTime(Long startTime)
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
If you include StartTime in your request, you must also include EndTime.
startTime - The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your
audio. If you include StartTime in your request, you must also include
EndTime.AbsoluteTimeRange.Builder endTime(Long endTime)
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.
If you include EndTime in your request, you must also include StartTime.
endTime - The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your
audio. If you include EndTime in your request, you must also include
StartTime.AbsoluteTimeRange.Builder first(Long first)
The time, in milliseconds, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
first - The time, in milliseconds, from the start of your media file until the specified value. Amazon
Transcribe searches for your specified criteria in this time segment.AbsoluteTimeRange.Builder last(Long last)
The time, in milliseconds, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
last - The time, in milliseconds, from the specified value until the end of your media file. Amazon
Transcribe searches for your specified criteria in this time segment.Copyright © 2023. All rights reserved.