@Generated(value="software.amazon.awssdk:codegen") public final class TimestampRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
Contains the timestamp range (start time through end time) of a matched category.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestampRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
beginOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the start of the category match.
|
static TimestampRange.Builder |
builder() |
Long |
endOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the end of the category match.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimestampRange.Builder> |
serializableBuilderClass() |
TimestampRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long beginOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the start of the category match.
public final Long endOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the end of the category match.
public TimestampRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimestampRange.Builder,TimestampRange>public static TimestampRange.Builder builder()
public static Class<? extends TimestampRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.