Vision AI v1 API - Class Node.Types.InputEdge (1.0.0-beta01)

public sealed class Node.Types.InputEdge : IMessage<Node.Types.InputEdge>, IEquatable<Node.Types.InputEdge>, IDeepCloneable<Node.Types.InputEdge>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class Node.Types.InputEdge.

Message describing one edge pointing into a node.

Inheritance

object > Node.Types.InputEdge

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

InputEdge()

public InputEdge()

InputEdge(InputEdge)

public InputEdge(Node.Types.InputEdge other)
Parameter
Name Description
other NodeTypesInputEdge

Properties

ConnectedInputChannel

public string ConnectedInputChannel { get; set; }

The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.

Property Value
Type Description
string

ParentNode

public string ParentNode { get; set; }

The name of the parent node.

Property Value
Type Description
string

ParentOutputChannel

public string ParentOutputChannel { get; set; }

The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.

Property Value
Type Description
string