API reference
API reference
Select your platform
No SDKs available
No versions available

MarkerPayloadType Enum

Defines the types of payloads that can be contained in a tracked marker.
When tracking markers such as QR codes, this enum indicates the type of data contained within the marker or whether the marker could not be read.

See Also

Signature

enum MarkerPayloadType : Enum<MarkerPayloadType> 

Enumeration Constants

MemberDescription
InvalidQrCode
Indicates an invalid or unreadable QR code
StringQrCode
QR code containing string/text data
BinaryQrCode
QR code containing binary data