Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.Entity
-
Packages that use Entity Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of Entity in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>DetectEntitiesResponse. entities()The collection of medical entities extracted from the input text and their associated information.List<Entity>DetectEntitiesV2Response. entities()The collection of medical entities extracted from the input text and their associated information.List<Entity>DetectPhiResponse. entities()The collection of PHI entities extracted from the input text and their associated information.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type Entity Modifier and Type Method Description DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. entities(Entity... entities)The collection of medical entities extracted from the input text and their associated information.DetectEntitiesV2Response.BuilderDetectEntitiesV2Response.Builder. entities(Entity... entities)The collection of medical entities extracted from the input text and their associated information.DetectPhiResponse.BuilderDetectPhiResponse.Builder. entities(Entity... entities)The collection of PHI entities extracted from the input text and their associated information.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type Entity Modifier and Type Method Description DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. entities(Collection<Entity> entities)The collection of medical entities extracted from the input text and their associated information.DetectEntitiesV2Response.BuilderDetectEntitiesV2Response.Builder. entities(Collection<Entity> entities)The collection of medical entities extracted from the input text and their associated information.DetectPhiResponse.BuilderDetectPhiResponse.Builder. entities(Collection<Entity> entities)The collection of PHI entities extracted from the input text and their associated information.
-