Uses of Class
software.amazon.awssdk.services.comprehend.model.Entity
-
Packages that use Entity Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of Entity in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>BatchDetectEntitiesItemResult. entities()One or more Entity objects, one for each entity detected in the document.List<Entity>DetectEntitiesResponse. entities()A collection of entities identified in the input text.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type Entity Modifier and Type Method Description BatchDetectEntitiesItemResult.BuilderBatchDetectEntitiesItemResult.Builder. entities(Entity... entities)One or more Entity objects, one for each entity detected in the document.DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. entities(Entity... entities)A collection of entities identified in the input text.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type Entity Modifier and Type Method Description BatchDetectEntitiesItemResult.BuilderBatchDetectEntitiesItemResult.Builder. entities(Collection<Entity> entities)One or more Entity objects, one for each entity detected in the document.DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. entities(Collection<Entity> entities)A collection of entities identified in the input text.
-