The inputs to this analyzer.
We accept input name references of the following form:
<analyzer-name>:<output-argument-name>
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"]
Protobuf type google.events.cloud.visionai.v1.AnalyzerDefinition.StreamInput
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]