SpatialAnchorExportSufficiency クラス

定義

空間アンカーのデータが共有または再配置に十分かどうかに関する情報を表します。

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
継承
Object Platform::Object IInspectable SpatialAnchorExportSufficiency
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)
アプリの機能
spatialPerception

注釈

アンカーは、IsMinimallySufficient によって示される UffyLevel>= 1.0 の場合にエクスポートに必要な最小限のデータを収集しました。

アンカーには、 SufficiencyLevel= RecommendedSufficiencyLevel> がある場合にエクスポートに必要な理想的な量 データが収集されています。

プロパティ

IsMinimallySufficient

空間アンカーが、指定した目的で正常にエクスポートするのに十分なデータを収集したかどうかを取得します。

RecommendedSufficiencyLevel

指定した目的のエクスポートに最適な SufficiencyLevel 値を取得します。

SufficiencyLevel

指定した目的で正常にエクスポートするために必要な最小限の量に対して空間アンカーが収集したデータの量を取得します。

適用対象