Class: Google::Cloud::Videointelligence::V1beta2::VideoAnnotationResults
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1beta2::VideoAnnotationResults
- Defined in:
- lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb
Overview
Annotation results for a single video.
Instance Attribute Summary collapse
-
#error ⇒ Google::Rpc::Status
If set, indicates an error.
-
#explicit_annotation ⇒ Google::Cloud::Videointelligence::V1beta2::ExplicitContentAnnotation
Explicit content annotation.
-
#face_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::FaceAnnotation>
Face annotations.
-
#frame_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::LabelAnnotation>
Label annotations on frame level.
-
#input_uri ⇒ String
Video file location in Google Cloud Storage.
-
#segment_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::LabelAnnotation>
Label annotations on video level or user specified segment level.
-
#shot_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::VideoSegment>
Shot annotations.
-
#shot_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::LabelAnnotation>
Label annotations on shot level.
Instance Attribute Details
#error ⇒ Google::Rpc::Status
Returns If set, indicates an error. Note that for a single +AnnotateVideoRequest+ some videos may succeed and some may fail.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#explicit_annotation ⇒ Google::Cloud::Videointelligence::V1beta2::ExplicitContentAnnotation
Returns Explicit content annotation.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#face_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::FaceAnnotation>
Returns Face annotations. There is exactly one element for each unique face.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#frame_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::LabelAnnotation>
Returns Label annotations on frame level. There is exactly one element for each unique label.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#input_uri ⇒ String
Returns Video file location in Google Cloud Storage.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#segment_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::LabelAnnotation>
Returns Label annotations on video level or user specified segment level. There is exactly one element for each unique label.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#shot_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::VideoSegment>
Returns Shot annotations. Each shot is represented as a video segment.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |
#shot_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1beta2::LabelAnnotation>
Returns Label annotations on shot level. There is exactly one element for each unique label.
279 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 279 class VideoAnnotationResults; end |