VideoAnnotationResults(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Annotation results for a single video.
Attributes | |
---|---|
Name | Description |
input_uri |
str
Video file location in `Google Cloud Storage |
segment_label_annotations |
Sequence[
Label annotations on video level or user specified segment level. There is exactly one element for each unique label. |
shot_label_annotations |
Sequence[
Label annotations on shot level. There is exactly one element for each unique label. |
frame_label_annotations |
Sequence[
Label annotations on frame level. There is exactly one element for each unique label. |
face_annotations |
Sequence[
Face annotations. There is exactly one element for each unique face. |
shot_annotations |
Sequence[
Shot annotations. Each shot is represented as a video segment. |
explicit_annotation |
Explicit content annotation. |
error |
If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some
may fail.
|