SpatialAnchorExportSufficiency Class

Definition

Represents information about whether a spatial anchor's data is sufficient for sharing or relocalization.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpatialAnchorExportSufficiency
Inheritance
Object SpatialAnchorExportSufficiency
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)
App capabilities
spatialPerception

Remarks

An anchor has gathered the minimal amount of data needed to export if it has a SufficiencyLevel >= 1.0, also indicated by IsMinimallySufficient.

An anchor has gathered the ideal amount of data needed to export if it has a SufficiencyLevel >= RecommendedSufficiencyLevel.

Properties

IsMinimallySufficient

Gets whether the spatial anchor has gathered enough data to successfully export for the specified purpose.

RecommendedSufficiencyLevel

Gets the SufficiencyLevel value that is ideal for an export for the specified purpose.

SufficiencyLevel

Gets the amount of data the spatial anchor has gathered relative to the minimal amount needed to successfully export for the specified purpose.

Applies to

Product Versions
WinRT Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100