class UploadUserInfo (Niantic.ARDK.AR.Scanning.IScanStore.UploadUserInfo)
Overview
Additional metadata relating to an uploaded scan. More…
class UploadUserInfo {
public:
// fields
string note;
List<string> scanLabels;
};
Detailed Documentation
Additional metadata relating to an uploaded scan.
Fields
string note
An optional note describing the scan.
List<string> scanLabels
A list of labels labels to associate with the scan.