@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Characters extends Object implements Serializable, Cloneable, StructuredPojo
The number of characters in the input text to be analyzed.
| Constructor and Description |
|---|
Characters() |
| Modifier and Type | Method and Description |
|---|---|
Characters |
clone() |
boolean |
equals(Object obj) |
Integer |
getOriginalTextCharacters()
The number of characters present in the input text document as processed by Comprehend Medical.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOriginalTextCharacters(Integer originalTextCharacters)
The number of characters present in the input text document as processed by Comprehend Medical.
|
String |
toString()
Returns a string representation of this object.
|
Characters |
withOriginalTextCharacters(Integer originalTextCharacters)
The number of characters present in the input text document as processed by Comprehend Medical.
|
public void setOriginalTextCharacters(Integer originalTextCharacters)
The number of characters present in the input text document as processed by Comprehend Medical.
originalTextCharacters - The number of characters present in the input text document as processed by Comprehend Medical.public Integer getOriginalTextCharacters()
The number of characters present in the input text document as processed by Comprehend Medical.
public Characters withOriginalTextCharacters(Integer originalTextCharacters)
The number of characters present in the input text document as processed by Comprehend Medical.
originalTextCharacters - The number of characters present in the input text document as processed by Comprehend Medical.public String toString()
toString in class ObjectObject.toString()public Characters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.