Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentClassifierProperties
-
Packages that use DocumentClassifierProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentClassifierProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentClassifierProperties Modifier and Type Method Description DocumentClassifierPropertiesDescribeDocumentClassifierResponse. documentClassifierProperties()An object that contains the properties associated with a document classifier.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DocumentClassifierProperties Modifier and Type Method Description List<DocumentClassifierProperties>ListDocumentClassifiersResponse. documentClassifierPropertiesList()A list containing the properties of each job returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentClassifierProperties Modifier and Type Method Description DescribeDocumentClassifierResponse.BuilderDescribeDocumentClassifierResponse.Builder. documentClassifierProperties(DocumentClassifierProperties documentClassifierProperties)An object that contains the properties associated with a document classifier.ListDocumentClassifiersResponse.BuilderListDocumentClassifiersResponse.Builder. documentClassifierPropertiesList(DocumentClassifierProperties... documentClassifierPropertiesList)A list containing the properties of each job returned.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DocumentClassifierProperties Modifier and Type Method Description ListDocumentClassifiersResponse.BuilderListDocumentClassifiersResponse.Builder. documentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)A list containing the properties of each job returned.
-