SpatialAnchorExportSufficiency 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关空间定位点的数据是否足以用于共享或重新定位的信息。
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
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 1809 (在 10.0.17763.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)
|
应用功能 |
spatialPerception
|
注解
如果定位点具有 SufficiencyLevel>= 1.0(也由 IsMinimallySufficient 指示),则它收集了导出所需的最小数据量。
如果定位点具有 SufficiencyLevel= RecommendedSufficiencyLevel>,则它收集了导出所需的理想数据量。
属性
IsMinimallySufficient |
获取空间定位点是否收集了足够的数据,以便成功导出用于指定目的。 |
RecommendedSufficiencyLevel |
获取 SufficiencyLevel 值,该值非常适合用于指定用途的导出。 |
SufficiencyLevel |
获取空间定位点收集的数据量,相对于为指定目的成功导出所需的最小数据量。 |