Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityRecognizerProperties
-
Packages that use EntityRecognizerProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerProperties Modifier and Type Method Description EntityRecognizerPropertiesDescribeEntityRecognizerResponse. entityRecognizerProperties()Describes information associated with an entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityRecognizerProperties Modifier and Type Method Description List<EntityRecognizerProperties>ListEntityRecognizersResponse. entityRecognizerPropertiesList()The list of properties of an entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityRecognizerProperties Modifier and Type Method Description DescribeEntityRecognizerResponse.BuilderDescribeEntityRecognizerResponse.Builder. entityRecognizerProperties(EntityRecognizerProperties entityRecognizerProperties)Describes information associated with an entity recognizer.ListEntityRecognizersResponse.BuilderListEntityRecognizersResponse.Builder. entityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)The list of properties of an entity recognizer.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityRecognizerProperties Modifier and Type Method Description ListEntityRecognizersResponse.BuilderListEntityRecognizersResponse.Builder. entityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)The list of properties of an entity recognizer.
-