Vision AI v1 API - Class ProcessorIOSpec.Types.GraphOutputChannelSpec (1.0.0-beta01)

public sealed class ProcessorIOSpec.Types.GraphOutputChannelSpec : IMessage<ProcessorIOSpec.Types.GraphOutputChannelSpec>, IEquatable<ProcessorIOSpec.Types.GraphOutputChannelSpec>, IDeepCloneable<ProcessorIOSpec.Types.GraphOutputChannelSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class ProcessorIOSpec.Types.GraphOutputChannelSpec.

Message for output channel specification.

Inheritance

object > ProcessorIOSpec.Types.GraphOutputChannelSpec

Namespace

Google.Cloud.VisionAI.V1

Assembly

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