public static interface RelativeTimeRange.Builder extends SdkPojo, CopyableBuilder<RelativeTimeRange.Builder,RelativeTimeRange>
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange.Builder |
endPercentage(Integer endPercentage)
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media
file.
|
RelativeTimeRange.Builder |
first(Integer first)
The time, in percentage, from the start of your media file until the specified value.
|
RelativeTimeRange.Builder |
last(Integer last)
The time, in percentage, from the specified value until the end of your media file.
|
RelativeTimeRange.Builder |
startPercentage(Integer startPercentage)
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media
file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelativeTimeRange.Builder startPercentage(Integer startPercentage)
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media
file. If you include StartPercentage in your request, you must also include
EndPercentage.
startPercentage - The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your
media file. If you include StartPercentage in your request, you must also include
EndPercentage.RelativeTimeRange.Builder endPercentage(Integer endPercentage)
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media
file. If you include EndPercentage in your request, you must also include
StartPercentage.
endPercentage - The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your
media file. If you include EndPercentage in your request, you must also include
StartPercentage.RelativeTimeRange.Builder first(Integer first)
The time, in percentage, 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 percentage, from the start of your media file until the specified value. Amazon
Transcribe searches for your specified criteria in this time segment.RelativeTimeRange.Builder last(Integer last)
The time, in percentage, 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 percentage, from the specified value until the end of your media file. Amazon Transcribe
searches for your specified criteria in this time segment.Copyright © 2022. All rights reserved.