Class: Google::Cloud::VideoIntelligence::V1p1beta1::VideoAnnotationResults
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::VideoAnnotationResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb
Overview
Annotation results for a single video.
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
Output only.
-
#explicit_annotation ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::ExplicitContentAnnotation
Explicit content annotation.
-
#frame_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation>
Label annotations on frame level.
-
#input_uri ⇒ ::String
Output only.
-
#segment_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation>
Label annotations on video level or user specified segment level.
-
#shot_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::VideoSegment>
Shot annotations.
-
#shot_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation>
Label annotations on shot level.
-
#speech_transcriptions ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription>
Speech transcription.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns Output only. If set, indicates an error. Note that for a single
AnnotateVideoRequest
some videos may succeed and some may fail.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explicit_annotation ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::ExplicitContentAnnotation
Returns Explicit content annotation.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#frame_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation>
Returns Label annotations on frame level. There is exactly one element for each unique label.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_uri ⇒ ::String
Returns Output only. Video file location in Google Cloud Storage.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation>
Returns Label annotations on video level or user specified segment level. There is exactly one element for each unique label.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::VideoSegment>
Returns Shot annotations. Each shot is represented as a video segment.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::LabelAnnotation>
Returns Label annotations on shot level. There is exactly one element for each unique label.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_transcriptions ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription>
Returns Speech transcription.
265 266 267 268 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 265 class VideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |