Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::VideoStreamInputConfig.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#streams
def streams() -> ::Array<::String>
Returns
- (::Array<::String>)
#streams=
def streams=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>)
Returns
- (::Array<::String>)
#streams_with_annotation
def streams_with_annotation() -> ::Array<::Google::Cloud::VisionAI::V1::StreamWithAnnotation>
Returns
#streams_with_annotation=
def streams_with_annotation=(value) -> ::Array<::Google::Cloud::VisionAI::V1::StreamWithAnnotation>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::StreamWithAnnotation>)
Returns