Windows.Perception Namespace

Contains classes for perceiving the user's surroundings, letting apps locate and reason about the device relative to the surfaces and holograms around the user.

Classes

PerceptionTimestamp

Represents a particular prediction of the future, or a snapshot of the past.

Passing one PerceptionTimestamp instance to multiple API calls ensures that they all return results based on the same set of predicted data, even if Windows has improved predictions available. This ensures that you can correctly correlate the data you get back from these APIs.

PerceptionTimestampHelper

Static methods for working with PerceptionTimestamp objects.

See also