Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::AnalyzerDefinition::StreamInput.
The inputs to this analyzer.
We accept input name references of the following form:
Example:
Suppose you had an operator named "SomeOp" that has 2 output
arguments, the first of which is named "foo" and the second of which is
named "bar", and an operator named "MyOp" that accepts 2 inputs.
Also suppose that there is an analyzer named "some-analyzer" that is
running "SomeOp" and another analyzer named "my-analyzer" running "MyOp".
To indicate that "my-analyzer" is to consume "some-analyzer"'s "foo"
output as its first input and "some-analyzer"'s "bar" output as its
second input, you can set this field to the following:
input = ["some-analyzer:foo", "some-analyzer:bar"]
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#input
definput()->::String
Returns
(::String) — The name of the stream input (as discussed above).
#input=
definput=(value)->::String
Parameter
value (::String) — The name of the stream input (as discussed above).
Returns
(::String) — The name of the stream input (as discussed above).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Vision AI V1 API - Class Google::Cloud::VisionAI::V1::AnalyzerDefinition::StreamInput (v1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/ruby/docs/reference/google-cloud-vision_ai-v1/latest/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/1.1.0/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision_ai-v1/1.0.1/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.4.0/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.3.0/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.2.0/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput)\n- [0.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.1.0/Google-Cloud-VisionAI-V1-AnalyzerDefinition-StreamInput) \nReference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::AnalyzerDefinition::StreamInput.\n\nThe inputs to this analyzer.\n\n\nWe accept input name references of the following form:\n\n\nExample:\n\nSuppose you had an operator named \"SomeOp\" that has 2 output\narguments, the first of which is named \"foo\" and the second of which is\nnamed \"bar\", and an operator named \"MyOp\" that accepts 2 inputs.\n\nAlso suppose that there is an analyzer named \"some-analyzer\" that is\nrunning \"SomeOp\" and another analyzer named \"my-analyzer\" running \"MyOp\".\n\n\u003cbr /\u003e\n\nTo indicate that \"my-analyzer\" is to consume \"some-analyzer\"'s \"foo\"\noutput as its first input and \"some-analyzer\"'s \"bar\" output as its\nsecond input, you can set this field to the following:\ninput = \\[\"some-analyzer:foo\", \"some-analyzer:bar\"\\] \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #input\n\n def input() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The name of the stream input (as discussed above).\n\n### #input=\n\n def input=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The name of the stream input (as discussed above). \n**Returns**\n\n- (::String) --- The name of the stream input (as discussed above)."]]