Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AnalyzerDefinition.
Defines an Analyzer.
An analyzer processes data from its input streams using the logic defined in the Operator that it represents. Of course, it produces data for the output streams declared in the Operator.
Generated from protobuf message google.cloud.visionai.v1.AnalyzerDefinition
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ analyzer
string
The name of this analyzer. Tentatively [a-z][a-z0-9] (_[a-z0-9]+) .
↳ operator
string
The name of the operator that this analyzer runs. Must match the name of a supported operator.
↳ inputs
↳ attrs
array| Google\Protobuf\Internal\MapField
The attribute values that this analyzer applies to the operator. Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.
↳ debug_options
↳ operator_option
getAnalyzer
The name of this analyzer.
Tentatively [a-z][a-z0-9] (_[a-z0-9]+) .
string
setAnalyzer
The name of this analyzer.
Tentatively [a-z][a-z0-9] (_[a-z0-9]+) .
var
string
$this
getOperator
The name of the operator that this analyzer runs.
Must match the name of a supported operator.
string
setOperator
The name of the operator that this analyzer runs.
Must match the name of a supported operator.
var
string
$this
getInputs
Input streams.
setInputs
Input streams.
$this
getAttrs
The attribute values that this analyzer applies to the operator.
Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.
setAttrs
The attribute values that this analyzer applies to the operator.
Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.
$this
getDebugOptions
Debug options.
hasDebugOptions
clearDebugOptions
setDebugOptions
Debug options.
$this
getOperatorOption
Operator option.
hasOperatorOption
clearOperatorOption
setOperatorOption
Operator option.
$this

