menu
aws_rekognition_api package
documentation
rekognition-2016-06-27.dart
DetectTextResponse
textDetections property
textDetections property
dark_mode
light_mode
textDetections
property
List
<
TextDetection
>
?
textDetections
final
An array of text that was detected in the input image.
Implementation
final List<TextDetection>? textDetections;
aws_rekognition_api package
documentation
rekognition-2016-06-27
DetectTextResponse
textDetections property
DetectTextResponse class