@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CharacterOffsets extends Object implements Serializable, Cloneable, StructuredPojo
For characters that were detected as issues, where they occur in the transcript.
| Constructor and Description |
|---|
CharacterOffsets() |
| Modifier and Type | Method and Description |
|---|---|
CharacterOffsets |
clone() |
boolean |
equals(Object obj) |
Integer |
getBeginOffsetChar()
The beginning of the issue.
|
Integer |
getEndOffsetChar()
The end of the issue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBeginOffsetChar(Integer beginOffsetChar)
The beginning of the issue.
|
void |
setEndOffsetChar(Integer endOffsetChar)
The end of the issue.
|
String |
toString()
Returns a string representation of this object.
|
CharacterOffsets |
withBeginOffsetChar(Integer beginOffsetChar)
The beginning of the issue.
|
CharacterOffsets |
withEndOffsetChar(Integer endOffsetChar)
The end of the issue.
|
public void setBeginOffsetChar(Integer beginOffsetChar)
The beginning of the issue.
beginOffsetChar - The beginning of the issue.public Integer getBeginOffsetChar()
The beginning of the issue.
public CharacterOffsets withBeginOffsetChar(Integer beginOffsetChar)
The beginning of the issue.
beginOffsetChar - The beginning of the issue.public void setEndOffsetChar(Integer endOffsetChar)
The end of the issue.
endOffsetChar - The end of the issue.public Integer getEndOffsetChar()
The end of the issue.
public CharacterOffsets withEndOffsetChar(Integer endOffsetChar)
The end of the issue.
endOffsetChar - The end of the issue.public String toString()
toString in class ObjectObject.toString()public CharacterOffsets clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.