@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ICD10CMTrait extends Object implements Serializable, Cloneable, StructuredPojo
Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS,
SIGN, SYMPTOM, and NEGATION.
| Constructor and Description |
|---|
ICD10CMTrait() |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMTrait |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Provides a name or contextual description about the trait.
|
Float |
getScore()
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a
trait.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
Provides a name or contextual description about the trait.
|
void |
setScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a
trait.
|
String |
toString()
Returns a string representation of this object.
|
ICD10CMTrait |
withName(ICD10CMTraitName name)
Provides a name or contextual description about the trait.
|
ICD10CMTrait |
withName(String name)
Provides a name or contextual description about the trait.
|
ICD10CMTrait |
withScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a
trait.
|
public void setName(String name)
Provides a name or contextual description about the trait.
name - Provides a name or contextual description about the trait.ICD10CMTraitNamepublic String getName()
Provides a name or contextual description about the trait.
ICD10CMTraitNamepublic ICD10CMTrait withName(String name)
Provides a name or contextual description about the trait.
name - Provides a name or contextual description about the trait.ICD10CMTraitNamepublic ICD10CMTrait withName(ICD10CMTraitName name)
Provides a name or contextual description about the trait.
name - Provides a name or contextual description about the trait.ICD10CMTraitNamepublic void setScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
score - The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly
recognized as a trait.public Float getScore()
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
public ICD10CMTrait withScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
score - The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly
recognized as a trait.public String toString()
toString in class ObjectObject.toString()public ICD10CMTrait clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.