public sealed class OperatorDefinition.Types.ArgumentDefinition : IMessage<OperatorDefinition.Types.ArgumentDefinition>, IEquatable<OperatorDefinition.Types.ArgumentDefinition>, IDeepCloneable<OperatorDefinition.Types.ArgumentDefinition>, IBufferMessage, IMessageReference 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.
Implements
IMessageOperatorDefinitionTypesArgumentDefinition, IEquatableOperatorDefinitionTypesArgumentDefinition, IDeepCloneableOperatorDefinitionTypesArgumentDefinition, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|