Class: Google::Cloud::VideoIntelligence::V1::AnnotateVideoRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::AnnotateVideoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video annotation request.
Instance Attribute Summary collapse
-
#features ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::Feature>
Required.
-
#input_content ⇒ ::String
The video data bytes.
-
#input_uri ⇒ ::String
Input video location.
-
#location_id ⇒ ::String
Optional.
-
#output_uri ⇒ ::String
Optional.
-
#video_context ⇒ ::Google::Cloud::VideoIntelligence::V1::VideoContext
Additional video context and/or feature-specific parameters.
Instance Attribute Details
#features ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::Feature>
64 65 66 67 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 64 class AnnotateVideoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_content ⇒ ::String
64 65 66 67 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 64 class AnnotateVideoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_uri ⇒ ::String
64 65 66 67 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 64 class AnnotateVideoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_id ⇒ ::String
64 65 66 67 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 64 class AnnotateVideoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_uri ⇒ ::String
64 65 66 67 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 64 class AnnotateVideoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_context ⇒ ::Google::Cloud::VideoIntelligence::V1::VideoContext
64 65 66 67 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 64 class AnnotateVideoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |