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
|
注釈
アンカーは、IsMinimallySufficient によって示される UffyLevel>= 1.0 の場合にエクスポートに必要な最小限のデータを収集しました。
アンカーには、 SufficiencyLevel= RecommendedSufficiencyLevel> がある場合にエクスポートに必要な理想的な量 のデータが収集されています。
プロパティ
IsMinimallySufficient |
空間アンカーが、指定した目的で正常にエクスポートするのに十分なデータを収集したかどうかを取得します。 |
RecommendedSufficiencyLevel |
指定した目的のエクスポートに最適な SufficiencyLevel 値を取得します。 |
SufficiencyLevel |
指定した目的で正常にエクスポートするために必要な最小限の量に対して空間アンカーが収集したデータの量を取得します。 |