send

Function Usage

Sends data and executes the pipeline.

Prototype

1
send(elementName: str, metadataVec: List, dataBuffer: BufferInput)

Input Parameters

Parameter

Type

Description

elementName

str

Plugin name with a sequence number

metadataVec

List[MetadataInput]

Protobuf input data

dataBuffer

BufferInput

Input data of common images

Exception Throwing Interface

If data fails to be sent and the pointer memory data fails to be converted to the string, a runtime exception is thrown.