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로도 표시된 SufficiencyLevel>= 1.0이 있는 경우 내보내는 데 필요한 최소한의 데이터를 수집했습니다.
앵커가 SufficiencyLevel= RecommendedSufficiencyLevel>이 있는 경우 내보내는 데 필요한 이상적인 양의 데이터를 수집했습니다.
속성
IsMinimallySufficient |
공간 앵커가 지정된 목적을 위해 성공적으로 내보낼 수 있는 충분한 데이터를 수집했는지 여부를 가져옵니다. |
RecommendedSufficiencyLevel |
지정된 용도로 내보내는 데 이상적인 SufficiencyLevel 값을 가져옵니다. |
SufficiencyLevel |
지정된 목적을 위해 성공적으로 내보내는 데 필요한 최소한의 양을 기준으로 공간 앵커가 수집한 데이터의 양을 가져옵니다. |