SpatialAnchorExportSufficiency Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about whether a spatial anchor's data is sufficient for sharing or relocalization.
public ref class SpatialAnchorExportSufficiency sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpatialAnchorExportSufficiency final
[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
Public NotInheritable Class SpatialAnchorExportSufficiency
- Inheritance
- 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. |