SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.beginOffset(Integer beginOffset) |
The 0-based character offset in the input text that shows where the attribute begins.
|
static SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.builder() |
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.category(String category) |
The category of the detected attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.category(SNOMEDCTEntityCategory category) |
The category of the detected attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.endOffset(Integer endOffset) |
The 0-based character offset in the input text that shows where the attribute ends.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.id(Integer id) |
The numeric identifier for this attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.relationshipScore(Float relationshipScore) |
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this
entity.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.relationshipType(String relationshipType) |
The type of relationship that exists between the entity and the related attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.relationshipType(SNOMEDCTRelationshipType relationshipType) |
The type of relationship that exists between the entity and the related attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.score(Float score) |
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
as an attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts) |
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>... snomedctConcepts) |
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.snomedctConcepts(SNOMEDCTConcept... snomedctConcepts) |
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.text(String text) |
The segment of input text extracted as this attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.toBuilder() |
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.traits(Collection<SNOMEDCTTrait> traits) |
Contextual information for an attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.traits(Consumer<SNOMEDCTTrait.Builder>... traits) |
Contextual information for an attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.traits(SNOMEDCTTrait... traits) |
Contextual information for an attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.type(String type) |
The type of attribute.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.type(SNOMEDCTAttributeType type) |
The type of attribute.
|