GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults class
Streaming annotation results corresponding to a portion of the video that is currently being processed.
Constructors
Properties
- explicitAnnotation ↔ GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
-
Explicit content annotation results.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
labelAnnotations
↔ List<
GoogleCloudVideointelligenceV1p3beta1LabelAnnotation> -
Label annotation results.
read / write
-
objectAnnotations
↔ List<
GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation> -
Object tracking results.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
shotAnnotations
↔ List<
GoogleCloudVideointelligenceV1p3beta1VideoSegment> -
Shot annotation results. Each shot is represented as a video segment.
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