Uses of Class
software.amazon.awssdk.services.textract.model.Block
-
Packages that use Block Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Block in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Block Modifier and Type Method Description List<Block>AnalyzeDocumentResponse. blocks()The items that are detected and analyzed byAnalyzeDocument.List<Block>DetectDocumentTextResponse. blocks()An array ofBlockobjects that contain the text that's detected in the document.List<Block>ExpenseDocument. blocks()This is a block object, the same as reported when DetectDocumentText is run on a document.List<Block>GetDocumentAnalysisResponse. blocks()The results of the text-analysis operation.List<Block>GetDocumentTextDetectionResponse. blocks()The results of the text-detection operation.List<Block>IdentityDocument. blocks()Individual word recognition, as returned by document detection.Methods in software.amazon.awssdk.services.textract.model with parameters of type Block Modifier and Type Method Description AnalyzeDocumentResponse.BuilderAnalyzeDocumentResponse.Builder. blocks(Block... blocks)The items that are detected and analyzed byAnalyzeDocument.DetectDocumentTextResponse.BuilderDetectDocumentTextResponse.Builder. blocks(Block... blocks)An array ofBlockobjects that contain the text that's detected in the document.ExpenseDocument.BuilderExpenseDocument.Builder. blocks(Block... blocks)This is a block object, the same as reported when DetectDocumentText is run on a document.GetDocumentAnalysisResponse.BuilderGetDocumentAnalysisResponse.Builder. blocks(Block... blocks)The results of the text-analysis operation.GetDocumentTextDetectionResponse.BuilderGetDocumentTextDetectionResponse.Builder. blocks(Block... blocks)The results of the text-detection operation.IdentityDocument.BuilderIdentityDocument.Builder. blocks(Block... blocks)Individual word recognition, as returned by document detection.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Block Modifier and Type Method Description AnalyzeDocumentResponse.BuilderAnalyzeDocumentResponse.Builder. blocks(Collection<Block> blocks)The items that are detected and analyzed byAnalyzeDocument.DetectDocumentTextResponse.BuilderDetectDocumentTextResponse.Builder. blocks(Collection<Block> blocks)An array ofBlockobjects that contain the text that's detected in the document.ExpenseDocument.BuilderExpenseDocument.Builder. blocks(Collection<Block> blocks)This is a block object, the same as reported when DetectDocumentText is run on a document.GetDocumentAnalysisResponse.BuilderGetDocumentAnalysisResponse.Builder. blocks(Collection<Block> blocks)The results of the text-analysis operation.GetDocumentTextDetectionResponse.BuilderGetDocumentTextDetectionResponse.Builder. blocks(Collection<Block> blocks)The results of the text-detection operation.IdentityDocument.BuilderIdentityDocument.Builder. blocks(Collection<Block> blocks)Individual word recognition, as returned by document detection.
-