VideoAnnotationResults(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Annotation results for a single video. .. attribute:: input_uri
Output only. Video file location in Google Cloud
Storage <https://cloud.google.com/storage/>
__.
:type: str
Attributes | |
---|---|
Name | Description |
segment_label_annotations |
Sequence[google.cloud.videointelligence_v1p1beta1.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_v1p1beta1.types.LabelAnnotation]
Label annotations on shot level. There is exactly one element for each unique label. |
frame_label_annotations |
Sequence[google.cloud.videointelligence_v1p1beta1.types.LabelAnnotation]
Label annotations on frame level. There is exactly one element for each unique label. |
shot_annotations |
Sequence[google.cloud.videointelligence_v1p1beta1.types.VideoSegment]
Shot annotations. Each shot is represented as a video segment. |
explicit_annotation |
google.cloud.videointelligence_v1p1beta1.types.ExplicitContentAnnotation
Explicit content annotation. |
speech_transcriptions |
Sequence[google.cloud.videointelligence_v1p1beta1.types.SpeechTranscription]
Speech transcription. |
error |
google.rpc.status_pb2.Status
Output only. If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and
some may fail.
|