Vision AI v1 API - Class OperatorQuery (1.0.0-beta01)

public sealed class OperatorQuery : IMessage<OperatorQuery>, IEquatable<OperatorQuery>, IDeepCloneable<OperatorQuery>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class OperatorQuery.

OperatorQuery represents one query to a Operator.

Inheritance

object > OperatorQuery

Namespace

Google.Cloud.VisionAI.V1

Assembly

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