Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class InputEdge.
Message describing one edge pointing into a node.
Generated from protobuf message google.cloud.visionai.v1.Node.InputEdge
Namespace
Google \ Cloud \ VisionAI \ V1 \ NodeMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent_node
string
The name of the parent node.
↳ parent_output_channel
string
The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.
↳ connected_input_channel
string
The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.
getParentNode
The name of the parent node.
string
setParentNode
The name of the parent node.
var
string
$this
getParentOutputChannel
The connected output artifact of the parent node.
It can be omitted if target processor only has 1 output artifact.
string
setParentOutputChannel
The connected output artifact of the parent node.
It can be omitted if target processor only has 1 output artifact.
var
string
$this
getConnectedInputChannel
The connected input channel of the current node's processor.
It can be omitted if target processor only has 1 input channel.
string
setConnectedInputChannel
The connected input channel of the current node's processor.
It can be omitted if target processor only has 1 input channel.
var
string
$this

