Class VideoAnnotationResults (2.0.0)

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

Annotation results for a single video.

Attributes

NameDescription
input_uri str
Output only. Video file location in `Google Cloud Storage
segment_label_annotations Sequence[.video_intelligence.LabelAnnotation]
Label annotations on video level or user specified segment level. There is exactly one element for each unique label.
shot_label_annotations Sequence[.video_intelligence.LabelAnnotation]
Label annotations on shot level. There is exactly one element for each unique label.
frame_label_annotations Sequence[.video_intelligence.LabelAnnotation]
Label annotations on frame level. There is exactly one element for each unique label.
shot_annotations Sequence[.video_intelligence.VideoSegment]
Shot annotations. Each shot is represented as a video segment.
explicit_annotation .video_intelligence.ExplicitContentAnnotation
Explicit content annotation.
speech_transcriptions Sequence[.video_intelligence.SpeechTranscription]
Speech transcription.
error .status.Status
Output only. If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.