@Generated(value="software.amazon.awssdk:codegen") public final class ICD10CMTrait extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ICD10CMTrait.Builder,ICD10CMTrait>
Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS,
SIGN, SYMPTOM, and NEGATION.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ICD10CMTrait.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ICD10CMTrait.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ICD10CMTraitName |
name()
Provides a name or contextual description about the trait.
|
String |
nameAsString()
Provides a name or contextual description about the trait.
|
Float |
score()
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a
trait.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ICD10CMTrait.Builder> |
serializableBuilderClass() |
ICD10CMTrait.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ICD10CMTraitName name()
Provides a name or contextual description about the trait.
If the service returns an enum value that is not available in the current SDK version, name will return
ICD10CMTraitName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
ICD10CMTraitNamepublic final String nameAsString()
Provides a name or contextual description about the trait.
If the service returns an enum value that is not available in the current SDK version, name will return
ICD10CMTraitName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
ICD10CMTraitNamepublic final Float score()
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
public ICD10CMTrait.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ICD10CMTrait.Builder,ICD10CMTrait>public static ICD10CMTrait.Builder builder()
public static Class<? extends ICD10CMTrait.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.