Class VideoAnnotationResults (2.1.0)

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

Annotation results for a single video.

Attributes

NameDescription
input_uri str
Video file location in `Google Cloud Storage
segment_label_annotations Sequence[google.cloud.videointelligence_v1p2beta1.types.LabelAnnotation]
Label annotations on video level or user specified segment level. There is exactly one element for each unique label.
shot_label_annotations Sequence[google.cloud.videointelligence_v1p2beta1.types.LabelAnnotation]
Label annotations on shot level. There is exactly one element for each unique label.
frame_label_annotations Sequence[google.cloud.videointelligence_v1p2beta1.types.LabelAnnotation]
Label annotations on frame level. There is exactly one element for each unique label.
shot_annotations Sequence[google.cloud.videointelligence_v1p2beta1.types.VideoSegment]
Shot annotations. Each shot is represented as a video segment.
explicit_annotation google.cloud.videointelligence_v1p2beta1.types.ExplicitContentAnnotation
Explicit content annotation.
text_annotations Sequence[google.cloud.videointelligence_v1p2beta1.types.TextAnnotation]
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
object_annotations Sequence[google.cloud.videointelligence_v1p2beta1.types.ObjectTrackingAnnotation]
Annotations for list of objects detected and tracked in video.
error google.rpc.status_pb2.Status
If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.