GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress class
Annotation progress for a single video.
Constructors
Properties
- feature ↔ String
-
Specifies which feature is being tracked if the request contains more than
one feature.
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- inputUri ↔ String
-
Video file location in Cloud Storage.
read / write
- progressPercent ↔ int
-
Approximate percentage processed thus far. Guaranteed to be 100 when fully
processed.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- segment ↔ GoogleCloudVideointelligenceV1p3beta1VideoSegment
-
Specifies which segment is being tracked if the request contains more than
one segment.
read / write
- startTime ↔ String
-
Time when the request was received.
read / write
- updateTime ↔ String
-
Time of the most recent update.
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