Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.
MIT License
20
stars
8
forks
source link
SafeSearchAnnotation Json Response Object Name Incorrect #8
The Json response object name for SafeSearchAnnotation should be "safeSearchAnnotation".
safeSearchAnnotation: json['safeSearchAnnotations'] == null ? null : SafeSearchAnnotation.fromJson( json['safeSearchAnnotations'] as Map<String, dynamic>),