GoogleCloudVideointelligenceV1AnnotateVideoRequest class
Video annotation request.
Constructors
Properties
-
features
↔ List<
String> -
Required. Requested video annotation features.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- inputContent ↔ String
-
The video data bytes. If unset, the input video(s) should be specified via
the
input_uri
. If set,input_uri
must be unset.read / write -
inputContentAsBytes
↔ List<
int> -
read / write
- inputUri ↔ String
-
Input video location. Currently, only Cloud
Storage URIs are supported. URIs must
be specified in the following format:
gs://bucket-id/object-id
(other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see Request URIs. To identify multiple videos, a video URI may include wildcards in theobject-id
. Supported wildcards: '*' to match 0 or more characters; '?' to match 1 character. If unset, the input video should be embedded in the request asinput_content
. If set,input_content
must be unset.read / write - locationId ↔ String
-
Optional. Cloud region where annotation should take place. Supported cloud
regions are:
us-east1
,us-west1
,europe-west1
,asia-east1
. If no region is specified, the region will be determined based on video file location.read / write - outputUri ↔ String
-
Optional. Location where the output (in JSON format) should be stored.
Currently, only Cloud Storage URIs
are supported. These must be specified in the following format:
gs://bucket-id/object-id
(other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see Request URIs.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- videoContext ↔ GoogleCloudVideointelligenceV1VideoContext
-
Additional video context and/or feature-specific parameters.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited