match_type property

match_type property

Gets or sets QR-Code Text Match Type search. It is used only when Text property is set.

Definition:

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

See Also