Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentClassificationJobProperties
-
Packages that use DocumentClassificationJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentClassificationJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentClassificationJobProperties Modifier and Type Method Description DocumentClassificationJobPropertiesDescribeDocumentClassificationJobResponse. documentClassificationJobProperties()An object that describes the properties associated with the document classification job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DocumentClassificationJobProperties Modifier and Type Method Description List<DocumentClassificationJobProperties>ListDocumentClassificationJobsResponse. documentClassificationJobPropertiesList()A list containing the properties of each job returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentClassificationJobProperties Modifier and Type Method Description DescribeDocumentClassificationJobResponse.BuilderDescribeDocumentClassificationJobResponse.Builder. documentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)An object that describes the properties associated with the document classification job.ListDocumentClassificationJobsResponse.BuilderListDocumentClassificationJobsResponse.Builder. documentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)A list containing the properties of each job returned.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DocumentClassificationJobProperties Modifier and Type Method Description ListDocumentClassificationJobsResponse.BuilderListDocumentClassificationJobsResponse.Builder. documentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)A list containing the properties of each job returned.
-