Class: Google::Cloud::Videointelligence::V1::VideoAnnotationResults
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1::VideoAnnotationResults
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/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::V1::ExplicitContentAnnotation
Explicit content annotation.
-
#face_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::FaceAnnotation>
Face annotations.
-
#frame_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::LabelAnnotation>
Label annotations on frame level.
-
#input_uri ⇒ String
Video file location in Google Cloud Storage.
-
#segment_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::LabelAnnotation>
Label annotations on video level or user specified segment level.
-
#shot_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::VideoSegment>
Shot annotations.
-
#shot_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::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.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#explicit_annotation ⇒ Google::Cloud::Videointelligence::V1::ExplicitContentAnnotation
Returns Explicit content annotation.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#face_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::FaceAnnotation>
Returns Face annotations. There is exactly one element for each unique face.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#frame_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::LabelAnnotation>
Returns Label annotations on frame level. There is exactly one element for each unique label.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#input_uri ⇒ String
Returns Video file location in Google Cloud Storage.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#segment_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::LabelAnnotation>
Returns Label annotations on video level or user specified segment level. There is exactly one element for each unique label.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#shot_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::VideoSegment>
Returns Shot annotations. Each shot is represented as a video segment.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |
#shot_label_annotations ⇒ Array<Google::Cloud::Videointelligence::V1::LabelAnnotation>
Returns Label annotations on shot level. There is exactly one element for each unique label.
280 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 280 class VideoAnnotationResults; end |