Google Cloud Vision Ai V1 Client - Class InputEdge (0.1.0)

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 \ Node

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

setParentNode

The name of the parent node.

Parameter
Name Description
var string
Returns
Type Description
$this

getParentOutputChannel

The connected output artifact of the parent node.

It can be omitted if target processor only has 1 output artifact.

Returns
Type Description
string

setParentOutputChannel

The connected output artifact of the parent node.

It can be omitted if target processor only has 1 output artifact.

Parameter
Name Description
var string
Returns
Type Description
$this

getConnectedInputChannel

The connected input channel of the current node's processor.

It can be omitted if target processor only has 1 input channel.

Returns
Type Description
string

setConnectedInputChannel

The connected input channel of the current node's processor.

It can be omitted if target processor only has 1 input channel.

Parameter
Name Description
var string
Returns
Type Description
$this