| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.attributes(Collection<ICD10CMAttribute> attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.attributes(Consumer<ICD10CMAttribute.Builder>... attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.attributes(ICD10CMAttribute... attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
static ICD10CMEntity.Builder |
ICD10CMEntity.builder() |
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.category(ICD10CMEntityCategory category)
The category of the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.category(String category)
The category of the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.icd10CMConcepts(Collection<ICD10CMConcept> icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.icd10CMConcepts(Consumer<ICD10CMConcept.Builder>... icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.icd10CMConcepts(ICD10CMConcept... icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.id(Integer id)
The numeric identifier for the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.text(String text)
The segment of input text that is matched to the detected entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.toBuilder() |
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.traits(Collection<ICD10CMTrait> traits)
Provides Contextual information for the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.traits(Consumer<ICD10CMTrait.Builder>... traits)
Provides Contextual information for the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.traits(ICD10CMTrait... traits)
Provides Contextual information for the entity.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.type(ICD10CMEntityType type)
Describes the specific type of entity with category of entities.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.type(String type)
Describes the specific type of entity with category of entities.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ICD10CMEntity.Builder> |
ICD10CMEntity.serializableBuilderClass() |
Copyright © 2019. All rights reserved.