QRCodeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents types of QRCodes that can be detected.
public enum QRCodeType
type QRCodeType =
Public Enum QRCodeType
- Inheritance
-
QRCodeType
Fields
Name | Value | Description |
---|---|---|
QRCode | 1 | A QRCode type of QRCode. Equivalent to XR_SCENE_MARKER_QR_CODE_SYMBOL_TYPE_QR_CODE_MSFT. |
MicroQRCode | 2 | A QRCode type of MicroQRCode. Equivalent to XR_SCENE_MARKER_QR_CODE_SYMBOL_TYPE_MICRO_QR_CODE_MSFT. |