menu
aws_rekognition_api package
documentation
rekognition-2016-06-27.dart
DetectCustomLabelsResponse
customLabels property
customLabels property
dark_mode
light_mode
customLabels
property
List
<
CustomLabel
>
?
customLabels
final
An array of custom labels detected in the input image.
Implementation
final List<CustomLabel>? customLabels;
aws_rekognition_api package
documentation
rekognition-2016-06-27
DetectCustomLabelsResponse
customLabels property
DetectCustomLabelsResponse class