String type
The type of attribute.
Float score
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
Float relationshipScore
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
Integer id
The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.
Integer beginOffset
The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.
Integer endOffset
The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.
String text
The segment of input text extracted as this attribute.
List<E> traits
Contextual information for this attribute.
String text
A UTF-8 text string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.
List<E> entities
The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
List<E> unmappedAttributes
Attributes extracted from the input text that we were unable to relate to an entity.
String paginationToken
If the result of the previous request to DetectEntities was truncated, include the Paginationtoken to fetch the next page of entities.
String text
A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.
List<E> entities
The collection of PHI entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in its detection.
String paginationToken
If the result of the previous request to DetectPHI was truncated, include the Paginationtoken to fetch the next page of PHI entities.
Integer id
The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.
Integer beginOffset
The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.
Integer endOffset
The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.
Float score
The level of confidence that Comprehend Medical has in the accuracy of the detection.
String text
The segment of input text extracted as this entity.
String category
The category of the entity.
String type
Describes the specific type of entity with category of entities.
List<E> traits
Contextual information for the entity
List<E> attributes
The extracted attributes that relate to this entity.
Copyright © 2019. All rights reserved.