Vision AI v1 API - Class OperatorDefinition.Types.ArgumentDefinition (1.0.0-beta01)

public sealed class OperatorDefinition.Types.ArgumentDefinition : IMessage<OperatorDefinition.Types.ArgumentDefinition>, IEquatable<OperatorDefinition.Types.ArgumentDefinition>, IDeepCloneable<OperatorDefinition.Types.ArgumentDefinition>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class OperatorDefinition.Types.ArgumentDefinition.

Defines an argument to an operator.

Used for both inputs and outputs.

Inheritance

object > OperatorDefinition.Types.ArgumentDefinition

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ArgumentDefinition()

public ArgumentDefinition()

ArgumentDefinition(ArgumentDefinition)

public ArgumentDefinition(OperatorDefinition.Types.ArgumentDefinition other)
Parameter
Name Description
other OperatorDefinitionTypesArgumentDefinition

Properties

Argument

public string Argument { get; set; }

The name of the argument.

Tentatively a-z?, e.g., video, audio, high_fps_frame.

Property Value
Type Description
string

Type

public string Type { get; set; }

The data type of the argument.

This should match the textual representation of a stream/Packet type.

Property Value
Type Description
string