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