HumanPresenceSensorReading 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示从 HumanPresenceSensor 进行单个读取。
public ref class HumanPresenceSensorReading sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HumanPresenceSensorReading final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HumanPresenceSensorReading
Public NotInheritable Class HumanPresenceSensorReading
- 继承
- 属性
Windows 要求
设备系列 |
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)
|
属性
DetectedPersons |
获取 (主要用户和其他) 检测到的所有人员的集合。 |
DistanceInMillimeters |
获取 HumanPresenceSensor 与检测到的用户之间的距离。 |
Engagement |
获取用户是否与设备互动。 |
OnlookerPresence |
获取是否检测到除主要用户以外的人员并与设备交互。 |
Presence |
获取是否检测到用户。 |
Properties |
获取分配给读取的属性集合。 |
Timestamp |
获取传感器报告读数的时间。 |