public sealed class Node.Types.InputEdge : IMessage<Node.Types.InputEdge>, IEquatable<Node.Types.InputEdge>, IDeepCloneable<Node.Types.InputEdge>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Node.Types.InputEdge.
Message describing one edge pointing into a node.
Implements
IMessageNodeTypesInputEdge, IEquatableNodeTypesInputEdge, IDeepCloneableNodeTypesInputEdge, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|