Uses of Class
software.amazon.awssdk.services.textract.model.DocumentLocation
-
Packages that use DocumentLocation Package Description software.amazon.awssdk.services.textract.model -
-
Uses of DocumentLocation in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return DocumentLocation Modifier and Type Method Description DocumentLocationStartDocumentAnalysisRequest. documentLocation()The location of the document to be processed.DocumentLocationStartDocumentTextDetectionRequest. documentLocation()The location of the document to be processed.DocumentLocationStartExpenseAnalysisRequest. documentLocation()The location of the document to be processed.DocumentLocationStartLendingAnalysisRequest. documentLocation()Returns the value of the DocumentLocation property for this object.Methods in software.amazon.awssdk.services.textract.model with parameters of type DocumentLocation Modifier and Type Method Description StartDocumentAnalysisRequest.BuilderStartDocumentAnalysisRequest.Builder. documentLocation(DocumentLocation documentLocation)The location of the document to be processed.StartDocumentTextDetectionRequest.BuilderStartDocumentTextDetectionRequest.Builder. documentLocation(DocumentLocation documentLocation)The location of the document to be processed.StartExpenseAnalysisRequest.BuilderStartExpenseAnalysisRequest.Builder. documentLocation(DocumentLocation documentLocation)The location of the document to be processed.StartLendingAnalysisRequest.BuilderStartLendingAnalysisRequest.Builder. documentLocation(DocumentLocation documentLocation)Sets the value of the DocumentLocation property for this object.
-