static DetectEntitiesResponse.Builder |
DetectEntitiesResponse.builder() |
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Collection<Entity> entities) |
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Consumer<Entity.Builder>... entities) |
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Entity... entities) |
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.modelVersion(String modelVersion) |
The version of the model used to analyze the documents.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.paginationToken(String paginationToken) |
If the result of the previous request to DetectEntities was truncated, include the
PaginationToken to fetch the next page of entities.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.toBuilder() |
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes) |
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(Consumer<UnmappedAttribute.Builder>... unmappedAttributes) |
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(UnmappedAttribute... unmappedAttributes) |
Attributes extracted from the input text that we were unable to relate to an entity.
|