Class: Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationResults
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Annotation results for a single video.
Instance Attribute Summary collapse
-
#celebrity_recognition_annotations ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityRecognitionAnnotation
Celebrity recognition annotations.
-
#error ⇒ ::Google::Rpc::Status
If set, indicates an error.
-
#explicit_annotation ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation
Explicit content annotation.
-
#face_detection_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::FaceDetectionAnnotation>
Face detection annotations.
-
#frame_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Label annotations on frame level.
-
#input_uri ⇒ ::String
Video file location in Cloud Storage.
-
#logo_recognition_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LogoRecognitionAnnotation>
Annotations for list of logos detected, tracked and recognized in video.
-
#object_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingAnnotation>
Annotations for list of objects detected and tracked in video.
-
#person_detection_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionAnnotation>
Person detection annotations.
-
#segment ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
Video segment on which the annotation is run.
-
#segment_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Topical label annotations on video level or user-specified segment level.
-
#segment_presence_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Presence label annotations on video level or user-specified segment level.
-
#shot_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment>
Shot annotations.
-
#shot_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Topical label annotations on shot level.
-
#shot_presence_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Presence label annotations on shot level.
-
#speech_transcriptions ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::SpeechTranscription>
Speech transcription.
-
#text_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::TextAnnotation>
OCR text detection and tracking.
Instance Attribute Details
#celebrity_recognition_annotations ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityRecognitionAnnotation
Returns Celebrity recognition annotations.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
Returns If set, indicates an error. Note that for a single AnnotateVideoRequest
some videos may succeed and some may fail.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explicit_annotation ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation
Returns Explicit content annotation.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#face_detection_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::FaceDetectionAnnotation>
Returns Face detection annotations.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#frame_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Returns Label annotations on frame level. There is exactly one element for each unique label.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_uri ⇒ ::String
Returns Video file location in Cloud Storage.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#logo_recognition_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LogoRecognitionAnnotation>
Returns Annotations for list of logos detected, tracked and recognized in video.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingAnnotation>
Returns Annotations for list of objects detected and tracked in video.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#person_detection_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionAnnotation>
Returns Person detection annotations.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
Returns Video segment on which the annotation is run.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Returns Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment_presence_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Returns Presence label annotations on video level or user-specified segment level.
There is exactly one element for each unique label. Compared to the
existing topical segment_label_annotations
, this field presents more
fine-grained, segment-level labels detected in video content and is made
available only when the client sets LabelDetectionConfig.model
to
"builtin/latest" in the request.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment>
Returns Shot annotations. Each shot is represented as a video segment.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Returns Topical label annotations on shot level. There is exactly one element for each unique label.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_presence_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Returns Presence label annotations on shot level. There is exactly one element for
each unique label. Compared to the existing topical
shot_label_annotations
, this field presents more fine-grained, shot-level
labels detected in video content and is made available only when the client
sets LabelDetectionConfig.model
to "builtin/latest" in the request.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_transcriptions ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::SpeechTranscription>
Returns Speech transcription.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::TextAnnotation>
Returns OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
567 568 569 570 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 567 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |