public sealed class ProcessorIOSpec.Types.GraphOutputChannelSpec : IMessage<ProcessorIOSpec.Types.GraphOutputChannelSpec>, IEquatable<ProcessorIOSpec.Types.GraphOutputChannelSpec>, IDeepCloneable<ProcessorIOSpec.Types.GraphOutputChannelSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ProcessorIOSpec.Types.GraphOutputChannelSpec.
Message for output channel specification.
Implements
IMessageProcessorIOSpecTypesGraphOutputChannelSpec, IEquatableProcessorIOSpecTypesGraphOutputChannelSpec, IDeepCloneableProcessorIOSpecTypesGraphOutputChannelSpec, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
GraphOutputChannelSpec()
public GraphOutputChannelSpec()GraphOutputChannelSpec(GraphOutputChannelSpec)
public GraphOutputChannelSpec(ProcessorIOSpec.Types.GraphOutputChannelSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ProcessorIOSpecTypesGraphOutputChannelSpec |
Properties
DataType
public DataType DataType { get; set; }The data type of the current output channel.
| Property Value | |
|---|---|
| Type | Description |
DataType |
|
DataTypeUri
public string DataTypeUri { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }The name of the current output channel.
| Property Value | |
|---|---|
| Type | Description |
string |
|