public static interface ICD10CMTrait.Builder extends SdkPojo, CopyableBuilder<ICD10CMTrait.Builder,ICD10CMTrait>
| Modifier and Type | Method and Description |
|---|---|
ICD10CMTrait.Builder |
name(ICD10CMTraitName name)
Provides a name or contextual description about the trait.
|
ICD10CMTrait.Builder |
name(String name)
Provides a name or contextual description about the trait.
|
ICD10CMTrait.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
as a trait.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildICD10CMTrait.Builder name(String name)
Provides a name or contextual description about the trait.
name - Provides a name or contextual description about the trait.ICD10CMTraitName,
ICD10CMTraitNameICD10CMTrait.Builder name(ICD10CMTraitName name)
Provides a name or contextual description about the trait.
name - Provides a name or contextual description about the trait.ICD10CMTraitName,
ICD10CMTraitNameICD10CMTrait.Builder score(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.Copyright © 2019. All rights reserved.