MxDataInput
Description
Defines the data structure received by the stream.
Structure Definition
1 2 3 4 5 6 | class MxDataInput : def __init__(self): self.data = None self.fragmentId = None self.customParam = None self.roiBoxs = list() # list |
Parameters
Parameter |
Type |
Description |
|---|---|---|
data |
bytes |
Image data |
fragmentId |
int |
(Reserved) Fragment ID |
customParam |
bytes |
(Reserved) Custom parameter |
roiBoxs |
RoiBoxVector |
Coordinate array of the bounding box |
Parent topic: Process Orchestration Data Class