public sealed class OperatorQuery : IMessage<OperatorQuery>, IEquatable<OperatorQuery>, IDeepCloneable<OperatorQuery>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OperatorQuery.
OperatorQuery represents one query to a Operator.
Implements
IMessageOperatorQuery, IEquatableOperatorQuery, IDeepCloneableOperatorQuery, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
OperatorQuery()
public OperatorQuery()OperatorQuery(OperatorQuery)
public OperatorQuery(OperatorQuery other)| Parameter | |
|---|---|
| Name | Description |
other |
OperatorQuery |
Properties
Operator
public string Operator { get; set; }Required. The canonical Name of the operator. e.g. OccupancyCounting.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Registry
public Registry Registry { get; set; }Optional. Registry of the operator.
| Property Value | |
|---|---|
| Type | Description |
Registry |
|
Tag
public string Tag { get; set; }Optional. Tag of the operator.
| Property Value | |
|---|---|
| Type | Description |
string |
|