Skip navigation links
A B C D E F G H I M S T U V W 

A

AbstractAWSComprehendMedical - Class in com.amazonaws.services.comprehendmedical
Abstract implementation of AWSComprehendMedical.
AbstractAWSComprehendMedical() - Constructor for class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedical
 
AbstractAWSComprehendMedicalAsync - Class in com.amazonaws.services.comprehendmedical
Abstract implementation of AWSComprehendMedicalAsync.
AbstractAWSComprehendMedicalAsync() - Constructor for class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedicalAsync
 
asyncBuilder() - Static method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
 
Attribute - Class in com.amazonaws.services.comprehendmedical.model
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
Attribute() - Constructor for class com.amazonaws.services.comprehendmedical.model.Attribute
 
AttributeName - Enum in com.amazonaws.services.comprehendmedical.model
 
AWSComprehendMedical - Interface in com.amazonaws.services.comprehendmedical
Interface for accessing ComprehendMedical.
AWSComprehendMedicalAsync - Interface in com.amazonaws.services.comprehendmedical
Interface for accessing ComprehendMedical asynchronously.
AWSComprehendMedicalAsyncClient - Class in com.amazonaws.services.comprehendmedical
Client for accessing ComprehendMedical asynchronously.
AWSComprehendMedicalAsyncClientBuilder - Class in com.amazonaws.services.comprehendmedical
Fluent builder for AWSComprehendMedicalAsync.
AWSComprehendMedicalClient - Class in com.amazonaws.services.comprehendmedical
Client for accessing ComprehendMedical.
AWSComprehendMedicalClientBuilder - Class in com.amazonaws.services.comprehendmedical
Fluent builder for AWSComprehendMedical.
AWSComprehendMedicalException - Exception in com.amazonaws.services.comprehendmedical.model
Base exception for all service exceptions thrown by AWS Comprehend Medical
AWSComprehendMedicalException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.AWSComprehendMedicalException
Constructs a new AWSComprehendMedicalException with the specified error message.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClientBuilder
Construct an asynchronous implementation of AWSComprehendMedicalAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClientBuilder
Construct a synchronous implementation of AWSComprehendMedical using the current builder configuration.
builder() - Static method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClient
 

C

clone() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.Trait
 
clone() - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
 
com.amazonaws.services.comprehendmedical - package com.amazonaws.services.comprehendmedical
Comprehend Medical extracts structured information from unstructured clinical text.
com.amazonaws.services.comprehendmedical.model - package com.amazonaws.services.comprehendmedical.model
 
configFactory - Static variable in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClient
Client configuration factory providing ClientConfigurations tailored to this client

D

defaultClient() - Static method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClientBuilder
 
detectEntities(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedical
 
detectEntities(DetectEntitiesRequest) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedical
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
detectEntities(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClient
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
detectEntitiesAsync(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedicalAsync
 
detectEntitiesAsync(DetectEntitiesRequest, AsyncHandler<DetectEntitiesRequest, DetectEntitiesResult>) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedicalAsync
 
detectEntitiesAsync(DetectEntitiesRequest) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsync
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
detectEntitiesAsync(DetectEntitiesRequest, AsyncHandler<DetectEntitiesRequest, DetectEntitiesResult>) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsync
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
detectEntitiesAsync(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
 
detectEntitiesAsync(DetectEntitiesRequest, AsyncHandler<DetectEntitiesRequest, DetectEntitiesResult>) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
 
DetectEntitiesRequest - Class in com.amazonaws.services.comprehendmedical.model
 
DetectEntitiesRequest() - Constructor for class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
 
DetectEntitiesResult - Class in com.amazonaws.services.comprehendmedical.model
 
DetectEntitiesResult() - Constructor for class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
 
detectPHI(DetectPHIRequest) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedical
 
detectPHI(DetectPHIRequest) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedical
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHI(DetectPHIRequest) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClient
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync(DetectPHIRequest) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedicalAsync
 
detectPHIAsync(DetectPHIRequest, AsyncHandler<DetectPHIRequest, DetectPHIResult>) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedicalAsync
 
detectPHIAsync(DetectPHIRequest) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsync
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync(DetectPHIRequest, AsyncHandler<DetectPHIRequest, DetectPHIResult>) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsync
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync(DetectPHIRequest) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
 
detectPHIAsync(DetectPHIRequest, AsyncHandler<DetectPHIRequest, DetectPHIResult>) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
 
DetectPHIRequest - Class in com.amazonaws.services.comprehendmedical.model
 
DetectPHIRequest() - Constructor for class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
 
DetectPHIResult - Class in com.amazonaws.services.comprehendmedical.model
 
DetectPHIResult() - Constructor for class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedical
The region metadata service name for computing region endpoints.
Entity - Class in com.amazonaws.services.comprehendmedical.model
Provides information about an extracted medical entity.
Entity() - Constructor for class com.amazonaws.services.comprehendmedical.model.Entity
 
EntitySubType - Enum in com.amazonaws.services.comprehendmedical.model
 
EntityType - Enum in com.amazonaws.services.comprehendmedical.model
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
 
equals(Object) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
 

F

fromValue(String) - Static method in enum com.amazonaws.services.comprehendmedical.model.AttributeName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehendmedical.model.EntitySubType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehendmedical.model.EntityType
Use this in place of valueOf.

G

getAttribute() - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The specific attribute that has been extracted but not mapped to an entity.
getAttributes() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The extracted attributes that relate to this entity.
getBeginOffset() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute begins.
getBeginOffset() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity begins.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedical
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedical
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCategory() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The category of the entity.
getEndOffset() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute ends.
getEndOffset() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity ends.
getEntities() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
The collection of medical entities extracted from the input text and their associated information.
getEntities() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
The collection of PHI entities extracted from the input text and their associated information.
getExecutorService() - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
Returns the executor service used by this client to execute async requests.
getId() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The numeric identifier for this attribute.
getId() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The numeric identifier for the entity.
getName() - Method in class com.amazonaws.services.comprehendmedical.model.Trait
Provides a name or contextual description about the trait.
getPaginationToken() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
If the result of the previous request to DetectEntities was truncated, include the Paginationtoken to fetch the next page of entities.
getPaginationToken() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
If the result of the previous request to DetectPHI was truncated, include the Paginationtoken to fetch the next page of PHI entities.
getRelationshipScore() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
getScore() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
getScore() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The level of confidence that Comprehend Medical has in the accuracy of the detection.
getScore() - Method in class com.amazonaws.services.comprehendmedical.model.Trait
The level of confidence that Comprehend Medical has in the accuracy of this trait.
getText() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The segment of input text extracted as this attribute.
getText() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
A UTF-8 text string containing the clinical content being examined for entities.
getText() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
A UTF-8 text string containing the clinical content being examined for PHI entities.
getText() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The segment of input text extracted as this entity.
getTraits() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
Contextual information for this attribute.
getTraits() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Contextual information for the entity
getType() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The type of attribute.
getType() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Describes the specific type of entity with category of entities.
getType() - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".
getUnmappedAttributes() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
Attributes extracted from the input text that we were unable to relate to an entity.

H

hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.Trait
 
hashCode() - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
 

I

InternalServerException - Exception in com.amazonaws.services.comprehendmedical.model
An internal server error occurred.
InternalServerException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
InvalidEncodingException - Exception in com.amazonaws.services.comprehendmedical.model
The input text was not in valid UTF-8 character encoding.
InvalidEncodingException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.InvalidEncodingException
Constructs a new InvalidEncodingException with the specified error message.
InvalidRequestException - Exception in com.amazonaws.services.comprehendmedical.model
The request that you made is invalid.
InvalidRequestException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.InvalidRequestException
Constructs a new InvalidRequestException with the specified error message.

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
 

S

ServiceUnavailableException - Exception in com.amazonaws.services.comprehendmedical.model
The Comprehend Medical service is temporarily unavailable.
ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.ServiceUnavailableException
Constructs a new ServiceUnavailableException with the specified error message.
setAttribute(Attribute) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The specific attribute that has been extracted but not mapped to an entity.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The extracted attributes that relate to this entity.
setBeginOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute begins.
setBeginOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity begins.
setCategory(String) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The category of the entity.
setEndOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute ends.
setEndOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity ends.
setEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
The collection of medical entities extracted from the input text and their associated information.
setEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
The collection of PHI entities extracted from the input text and their associated information.
setId(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The numeric identifier for this attribute.
setId(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The numeric identifier for the entity.
setName(String) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
Provides a name or contextual description about the trait.
setPaginationToken(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
If the result of the previous request to DetectEntities was truncated, include the Paginationtoken to fetch the next page of entities.
setPaginationToken(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
If the result of the previous request to DetectPHI was truncated, include the Paginationtoken to fetch the next page of PHI entities.
setRelationshipScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
setScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
setScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The level of confidence that Comprehend Medical has in the accuracy of the detection.
setScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
The level of confidence that Comprehend Medical has in the accuracy of this trait.
setText(String) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The segment of input text extracted as this attribute.
setText(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
A UTF-8 text string containing the clinical content being examined for entities.
setText(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
A UTF-8 text string containing the clinical content being examined for PHI entities.
setText(String) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The segment of input text extracted as this entity.
setTraits(Collection<Trait>) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
Contextual information for this attribute.
setTraits(Collection<Trait>) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Contextual information for the entity
setType(String) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The type of attribute.
setType(String) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Describes the specific type of entity with category of entities.
setType(String) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".
setUnmappedAttributes(Collection<UnmappedAttribute>) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
Attributes extracted from the input text that we were unable to relate to an entity.
shutdown() - Method in class com.amazonaws.services.comprehendmedical.AbstractAWSComprehendMedical
 
shutdown() - Method in interface com.amazonaws.services.comprehendmedical.AWSComprehendMedical
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.comprehendmedical.AWSComprehendMedicalClientBuilder
 

T

TextSizeLimitExceededException - Exception in com.amazonaws.services.comprehendmedical.model
The size of the text you submitted exceeds the size limit.
TextSizeLimitExceededException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.TextSizeLimitExceededException
Constructs a new TextSizeLimitExceededException with the specified error message.
TooManyRequestsException - Exception in com.amazonaws.services.comprehendmedical.model
You have made too many requests within a short period of time.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.comprehendmedical.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.comprehendmedical.model.AttributeName
 
toString() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.comprehendmedical.model.EntitySubType
 
toString() - Method in enum com.amazonaws.services.comprehendmedical.model.EntityType
 
toString() - Method in class com.amazonaws.services.comprehendmedical.model.Trait
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
Returns a string representation of this object.
Trait - Class in com.amazonaws.services.comprehendmedical.model
Provides contextual information about the extracted entity.
Trait() - Constructor for class com.amazonaws.services.comprehendmedical.model.Trait
 

U

UnmappedAttribute - Class in com.amazonaws.services.comprehendmedical.model
An attribute that we extracted, but were unable to relate to an entity.
UnmappedAttribute() - Constructor for class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
 

V

valueOf(String) - Static method in enum com.amazonaws.services.comprehendmedical.model.AttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehendmedical.model.EntitySubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehendmedical.model.EntityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.comprehendmedical.model.AttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehendmedical.model.EntitySubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehendmedical.model.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAttribute(Attribute) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The specific attribute that has been extracted but not mapped to an entity.
withAttributes(Attribute...) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The extracted attributes that relate to this entity.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The extracted attributes that relate to this entity.
withBeginOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute begins.
withBeginOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity begins.
withCategory(String) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The category of the entity.
withCategory(EntityType) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The category of the entity.
withEndOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute ends.
withEndOffset(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity ends.
withEntities(Entity...) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
The collection of medical entities extracted from the input text and their associated information.
withEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
The collection of medical entities extracted from the input text and their associated information.
withEntities(Entity...) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
The collection of PHI entities extracted from the input text and their associated information.
withEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
The collection of PHI entities extracted from the input text and their associated information.
withId(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The numeric identifier for this attribute.
withId(Integer) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The numeric identifier for the entity.
withName(String) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
Provides a name or contextual description about the trait.
withName(AttributeName) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
Provides a name or contextual description about the trait.
withPaginationToken(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
If the result of the previous request to DetectEntities was truncated, include the Paginationtoken to fetch the next page of entities.
withPaginationToken(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIResult
If the result of the previous request to DetectPHI was truncated, include the Paginationtoken to fetch the next page of PHI entities.
withRelationshipScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
withScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
withScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The level of confidence that Comprehend Medical has in the accuracy of the detection.
withScore(Float) - Method in class com.amazonaws.services.comprehendmedical.model.Trait
The level of confidence that Comprehend Medical has in the accuracy of this trait.
withText(String) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The segment of input text extracted as this attribute.
withText(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesRequest
A UTF-8 text string containing the clinical content being examined for entities.
withText(String) - Method in class com.amazonaws.services.comprehendmedical.model.DetectPHIRequest
A UTF-8 text string containing the clinical content being examined for PHI entities.
withText(String) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
The segment of input text extracted as this entity.
withTraits(Trait...) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
Contextual information for this attribute.
withTraits(Collection<Trait>) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
Contextual information for this attribute.
withTraits(Trait...) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Contextual information for the entity
withTraits(Collection<Trait>) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Contextual information for the entity
withType(String) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The type of attribute.
withType(EntitySubType) - Method in class com.amazonaws.services.comprehendmedical.model.Attribute
The type of attribute.
withType(String) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Describes the specific type of entity with category of entities.
withType(EntitySubType) - Method in class com.amazonaws.services.comprehendmedical.model.Entity
Describes the specific type of entity with category of entities.
withType(String) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".
withType(EntityType) - Method in class com.amazonaws.services.comprehendmedical.model.UnmappedAttribute
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".
withUnmappedAttributes(UnmappedAttribute...) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
Attributes extracted from the input text that we were unable to relate to an entity.
withUnmappedAttributes(Collection<UnmappedAttribute>) - Method in class com.amazonaws.services.comprehendmedical.model.DetectEntitiesResult
Attributes extracted from the input text that we were unable to relate to an entity.
A B C D E F G H I M S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.