@Generated(value="software.amazon.awssdk:codegen") public final class CharacterOffsets extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>
Provides the location, using character count, in your transcript where a match is identified. For example, the location of an issue or a category match within a segment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CharacterOffsets.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
begin()
Provides the character count of the first character where a match is identified.
|
static CharacterOffsets.Builder |
builder() |
Integer |
end()
Provides the character count of the last character where a match is identified.
|
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 CharacterOffsets.Builder> |
serializableBuilderClass() |
CharacterOffsets.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer begin()
Provides the character count of the first character where a match is identified. For example, the first character associated with an issue or a category match in a segment transcript.
public final Integer end()
Provides the character count of the last character where a match is identified. For example, the last character associated with an issue or a category match in a segment transcript.
public CharacterOffsets.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>public static CharacterOffsets.Builder builder()
public static Class<? extends CharacterOffsets.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.