menu
aws_textract_api package
documentation
textract-2018-06-27.dart
GetDocumentTextDetectionResponse
blocks property
blocks property
dark_mode
light_mode
blocks
property
List
<
Block
>
?
blocks
final
The results of the text-detection operation.
Implementation
final List<Block>? blocks;
aws_textract_api package
documentation
textract-2018-06-27
GetDocumentTextDetectionResponse
blocks property
GetDocumentTextDetectionResponse class