GoogleCloudVideointelligenceV1AnnotateVideoRequest class

Video annotation request.

Properties

features List<String>?
Requested video annotation features.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputContent String?
The video data bytes.
getter/setter pair
inputContentAsBytes List<int>
getter/setter pair
inputUri String?
Input video location.
getter/setter pair
locationId String?
Cloud region where annotation should take place.
getter/setter pair
outputUri String?
Location where the output (in JSON format) should be stored.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoContext GoogleCloudVideointelligenceV1VideoContext?
Additional video context and/or feature-specific parameters.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited