Method GetAnchorSemanticLabels
GetAnchorSemanticLabels(ulong, out string)
Retrieves the semantic labels associated with an anchor.
public bool GetAnchorSemanticLabels(ulong anchorHandle, out string labels)
Parameters
anchorHandle
ulongThe unique identifier of the anchor.
labels
stringSemantic labels related to the anchor.
Returns
- bool
Returns true if the operation is successful, otherwise false.