CTextField¶
- class ikomia.dataprocess.pydataprocess.CTextField¶
Store single text field information (class properties): label, text, confidence, polygon and color. It is used within workflow input/output of type
CTextIO.Attributes
idText field ID (int)
labelText field label (str)
textText field value (str)
confidencePrediction confidence (double)
polygonlist of
CPointFcolorText field display color [r, g, b, a]