Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentTypeListItem
-
Packages that use DocumentTypeListItem Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentTypeListItem in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DocumentTypeListItem Modifier and Type Method Description List<DocumentTypeListItem>ClassifyDocumentResponse. documentType()The document type for each page in the input document.List<DocumentTypeListItem>DetectEntitiesResponse. documentType()The document type for each page in the input document.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentTypeListItem Modifier and Type Method Description ClassifyDocumentResponse.BuilderClassifyDocumentResponse.Builder. documentType(DocumentTypeListItem... documentType)The document type for each page in the input document.DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. documentType(DocumentTypeListItem... documentType)The document type for each page in the input document.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DocumentTypeListItem Modifier and Type Method Description ClassifyDocumentResponse.BuilderClassifyDocumentResponse.Builder. documentType(Collection<DocumentTypeListItem> documentType)The document type for each page in the input document.DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. documentType(Collection<DocumentTypeListItem> documentType)The document type for each page in the input document.
-