Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AnalysisDefinition.
Defines a full analysis.
This is a description of the overall live analytics pipeline. You may think of this as an edge list representation of a multigraph. This may be directly authored by a human in protobuf textformat, or it may be generated by a programming API (perhaps Python or JavaScript depending on context).
Generated from protobuf message google.cloud.visionai.v1.AnalysisDefinition
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ analyzers |
array<AnalyzerDefinition>
Analyzer definitions. |
getAnalyzers
Analyzer definitions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAnalyzers
Analyzer definitions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AnalyzerDefinition>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|