Class: Google::Cloud::VisionAI::V1::VideoStreamInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::VideoStreamInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message describing Video Stream Input Config. This message should only be used as a placeholder for builtin:stream-input processor, actual stream binding should be specified using corresponding API.
Instance Attribute Summary collapse
-
#streams ⇒ ::Array<::String>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#streams_with_annotation ⇒ ::Array<::Google::Cloud::VisionAI::V1::StreamWithAnnotation>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#streams ⇒ ::Array<::String>
Deprecated.
This field is deprecated and may be removed in the next major version update.
1687 1688 1689 1690 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1687 class VideoStreamInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streams_with_annotation ⇒ ::Array<::Google::Cloud::VisionAI::V1::StreamWithAnnotation>
Deprecated.
This field is deprecated and may be removed in the next major version update.
1687 1688 1689 1690 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1687 class VideoStreamInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |