text property

text property

Specifies QR-Code Signature Text if it should be searched and matched.

Definition:

@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...

See Also