Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.TimestampRange.Builder
-
Packages that use TimestampRange.Builder Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TimestampRange.Builder in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return TimestampRange.Builder Modifier and Type Method Description TimestampRange.BuilderTimestampRange.Builder. beginOffsetMillis(Long beginOffsetMillis)The time, in milliseconds, from the beginning of the audio stream to the start of the category match.static TimestampRange.BuilderTimestampRange. builder()TimestampRange.BuilderTimestampRange.Builder. endOffsetMillis(Long endOffsetMillis)The time, in milliseconds, from the beginning of the audio stream to the end of the category match.TimestampRange.BuilderTimestampRange. toBuilder()Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type TimestampRange.Builder Modifier and Type Method Description static Class<? extends TimestampRange.Builder>TimestampRange. serializableBuilderClass()
-