StreamingVideoAnnotationResults(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Streaming annotation results corresponding to a portion of the video that is currently being processed.
Attributes | |
---|---|
Name | Description |
shot_annotations |
MutableSequence[google.cloud.videointelligence_v1p3beta1.types.VideoSegment]
Shot annotation results. Each shot is represented as a video segment. |
label_annotations |
MutableSequence[google.cloud.videointelligence_v1p3beta1.types.LabelAnnotation]
Label annotation results. |
explicit_annotation |
google.cloud.videointelligence_v1p3beta1.types.ExplicitContentAnnotation
Explicit content annotation results. |
object_annotations |
MutableSequence[google.cloud.videointelligence_v1p3beta1.types.ObjectTrackingAnnotation]
Object tracking results. |