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

id

Text field ID (int)

label

Text field label (str)

text

Text field value (str)

confidence

Prediction confidence (double)

polygon

list of CPointF

color

Text field display color [r, g, b, a]