SpatialAnchorExportSufficiency Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente des informations indiquant si les données d’une ancre spatiale sont suffisantes pour le partage ou la relocalisation.
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
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Fonctionnalités de l’application |
spatialPerception
|
Remarques
Une ancre a collecté la quantité minimale de données nécessaire à l’exportation si elle a une valeur SufficiencyLevel>= 1.0, également indiquée par IsMinimallySufficient.
Une ancre a collecté la quantité idéale de données nécessaires à l’exportation si elle a une valeur SufficiencyLevel>= RecommendedSufficiencyLevel.
Propriétés
IsMinimallySufficient |
Obtient si l’ancre spatiale a collecté suffisamment de données pour l’exportation dans le but spécifié. |
RecommendedSufficiencyLevel |
Obtient la valeur SufficiencyLevel idéale pour une exportation dans l’objectif spécifié. |
SufficiencyLevel |
Obtient la quantité de données collectées par l’ancre spatiale par rapport à la quantité minimale nécessaire pour réussir l’exportation dans l’objectif spécifié. |