Class StreamingVideoAnnotationResults (2.2.0)

StreamingVideoAnnotationResults(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Streaming annotation results corresponding to a portion of the video that is currently being processed.

Attributes

NameDescription
shot_annotations Sequence[google.cloud.videointelligence_v1p3beta1.types.VideoSegment]
Shot annotation results. Each shot is represented as a video segment.
label_annotations Sequence[google.cloud.videointelligence_v1p3beta1.types.LabelAnnotation]
Label annotation results.
explicit_annotation google.cloud.videointelligence_v1p3beta1.types.ExplicitContentAnnotation
Explicit content annotation results.
object_annotations Sequence[google.cloud.videointelligence_v1p3beta1.types.ObjectTrackingAnnotation]
Object tracking results.