@Generated(value="software.amazon.awssdk:codegen") public final class PointOfInterest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PointOfInterest.Builder,PointOfInterest>
The section of the contact audio where that category rule was detected.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PointOfInterest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
beginOffsetMillis()
The beginning offset in milliseconds where the category rule was detected.
|
static PointOfInterest.Builder |
builder() |
Integer |
endOffsetMillis()
The ending offset in milliseconds where the category rule was detected.
|
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 PointOfInterest.Builder> |
serializableBuilderClass() |
PointOfInterest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer beginOffsetMillis()
The beginning offset in milliseconds where the category rule was detected.
public final Integer endOffsetMillis()
The ending offset in milliseconds where the category rule was detected.
public PointOfInterest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PointOfInterest.Builder,PointOfInterest>public static PointOfInterest.Builder builder()
public static Class<? extends PointOfInterest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.