Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class OperatorQuery.
OperatorQuery represents one query to a Operator.
Generated from protobuf message google.cloud.visionai.v1.OperatorQuery
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ operator
string
Required. The canonical Name of the operator. e.g. OccupancyCounting.
↳ tag
string
Optional. Tag of the operator.
↳ registry
int
Optional. Registry of the operator.
getOperator
Required. The canonical Name of the operator. e.g. OccupancyCounting.
string
setOperator
Required. The canonical Name of the operator. e.g. OccupancyCounting.
var
string
$this
getTag
Optional. Tag of the operator.
string
setTag
Optional. Tag of the operator.
var
string
$this
getRegistry
Optional. Registry of the operator.
setRegistry
Optional. Registry of the operator.
$this

