google_vision
google_vision
AnnotationRequest
AnnotationRequest constructor
AnnotationRequest
AnnotationRequest
constructor
Null safety
AnnotationRequest
(
{
required
Image
image
,
required
List
<
Feature
>
features
,
ImageContext?
imageContext
}
)
Implementation
AnnotationRequest( {required this.image, required this.features, this.imageContext});
google_vision
google_vision
AnnotationRequest
AnnotationRequest constructor
AnnotationRequest class
Constructors
AnnotationRequest
fromJson
Properties
features
hashCode
image
imageContext
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==