MLMarkerTrackerDecodedData
Represents the decoded data encoded in the marker. Markers can encode binary data, strings, URLs and more. This struct represents the decoded data read from a marker.
Public Methods
override string ToString
public override string ToString()
Public Attributes
Data
Data field contents depends on the selected detector. The Data's Type field indicates which structure this actually contains.
public readonly IntPtr Data;
Size
Length of the decoded data.
public readonly uint Size;