Search Results for

    Method GetAnchorSemanticLabels

    GetAnchorSemanticLabels(ulong, out string)

    Retrieves the semantic labels associated with an anchor.

    Declaration
    public bool GetAnchorSemanticLabels(ulong anchorHandle, out string labels)
    Parameters
    Type Name Description
    ulong anchorHandle

    The unique identifier of the anchor.

    string labels

    Semantic labels related to the anchor.

    Returns
    Type Description
    bool

    Returns true if the operation is successful, otherwise false.

    In This Article