Class StreamingVideoAnnotationResults (2.0.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[.video_intelligence.VideoSegment]
Shot annotation results. Each shot is represented as a video segment.
label_annotations Sequence[.video_intelligence.LabelAnnotation]
Label annotation results.
explicit_annotation .video_intelligence.ExplicitContentAnnotation
Explicit content annotation results.
object_annotations Sequence[.video_intelligence.ObjectTrackingAnnotation]
Object tracking results.