Uses of Class
software.amazon.awssdk.services.textract.model.DocumentMetadata
-
Packages that use DocumentMetadata Package Description software.amazon.awssdk.services.textract.model -
-
Uses of DocumentMetadata in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return DocumentMetadata Modifier and Type Method Description DocumentMetadataAnalyzeDocumentResponse. documentMetadata()Metadata about the analyzed document.DocumentMetadataAnalyzeExpenseResponse. documentMetadata()Returns the value of the DocumentMetadata property for this object.DocumentMetadataAnalyzeIdResponse. documentMetadata()Returns the value of the DocumentMetadata property for this object.DocumentMetadataDetectDocumentTextResponse. documentMetadata()Metadata about the document.DocumentMetadataGetDocumentAnalysisResponse. documentMetadata()Information about a document that Amazon Textract processed.DocumentMetadataGetDocumentTextDetectionResponse. documentMetadata()Information about a document that Amazon Textract processed.DocumentMetadataGetExpenseAnalysisResponse. documentMetadata()Information about a document that Amazon Textract processed.DocumentMetadataGetLendingAnalysisResponse. documentMetadata()Returns the value of the DocumentMetadata property for this object.DocumentMetadataGetLendingAnalysisSummaryResponse. documentMetadata()Returns the value of the DocumentMetadata property for this object.Methods in software.amazon.awssdk.services.textract.model with parameters of type DocumentMetadata Modifier and Type Method Description AnalyzeDocumentResponse.BuilderAnalyzeDocumentResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Metadata about the analyzed document.AnalyzeExpenseResponse.BuilderAnalyzeExpenseResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Sets the value of the DocumentMetadata property for this object.AnalyzeIdResponse.BuilderAnalyzeIdResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Sets the value of the DocumentMetadata property for this object.DetectDocumentTextResponse.BuilderDetectDocumentTextResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Metadata about the document.GetDocumentAnalysisResponse.BuilderGetDocumentAnalysisResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Information about a document that Amazon Textract processed.GetDocumentTextDetectionResponse.BuilderGetDocumentTextDetectionResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Information about a document that Amazon Textract processed.GetExpenseAnalysisResponse.BuilderGetExpenseAnalysisResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Information about a document that Amazon Textract processed.GetLendingAnalysisResponse.BuilderGetLendingAnalysisResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Sets the value of the DocumentMetadata property for this object.GetLendingAnalysisSummaryResponse.BuilderGetLendingAnalysisSummaryResponse.Builder. documentMetadata(DocumentMetadata documentMetadata)Sets the value of the DocumentMetadata property for this object.
-