Share via


ObjectQuery.ComputeLatestEnvironmentObservationAsync Method

Definition

Overloads

ComputeLatestEnvironmentObservationAsync()

Computes the current environment observation in the region defined by SearchAreas.

ComputeLatestEnvironmentObservationAsync(EnvironmentObservationTopology)

Computes the current environment observation in the region defined by SearchAreas.

ComputeLatestEnvironmentObservationAsync()

Computes the current environment observation in the region defined by SearchAreas.

public System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.EnvironmentObservation> ComputeLatestEnvironmentObservationAsync ();
member this.ComputeLatestEnvironmentObservationAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.EnvironmentObservation>
Public Function ComputeLatestEnvironmentObservationAsync () As Task(Of EnvironmentObservation)

Returns

Applies to

ComputeLatestEnvironmentObservationAsync(EnvironmentObservationTopology)

Computes the current environment observation in the region defined by SearchAreas.

public System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.EnvironmentObservation> ComputeLatestEnvironmentObservationAsync (Microsoft.Azure.ObjectAnchors.EnvironmentObservationTopology topology);
member this.ComputeLatestEnvironmentObservationAsync : Microsoft.Azure.ObjectAnchors.EnvironmentObservationTopology -> System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.EnvironmentObservation>
Public Function ComputeLatestEnvironmentObservationAsync (topology As EnvironmentObservationTopology) As Task(Of EnvironmentObservation)

Parameters

topology
EnvironmentObservationTopology

Determines whether to compute triangle indices in addition to vertex positions and normals. Default is PointCloud. Requesting TriangleList from a query created with Ambient is not supported and will throw an exception.

Returns

Applies to