Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityLabel
-
Packages that use EntityLabel Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityLabel in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityLabel Modifier and Type Method Description List<EntityLabel>ContainsPiiEntitiesResponse. labels()The labels used in the document being analyzed.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityLabel Modifier and Type Method Description ContainsPiiEntitiesResponse.BuilderContainsPiiEntitiesResponse.Builder. labels(EntityLabel... labels)The labels used in the document being analyzed.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityLabel Modifier and Type Method Description ContainsPiiEntitiesResponse.BuilderContainsPiiEntitiesResponse.Builder. labels(Collection<EntityLabel> labels)The labels used in the document being analyzed.
-