MegaLandmarkLocalizationResponse Class¶
Description¶
The response of Mega Landmark localization request.
Fields¶
Timestamp¶
- C#
public double Timestamp
InputFrame timestamp when sending the request.
Status¶
- C#
public MegaLandmarkTrackerLocalizationStatus Status
Localization status.
SpotVersionId¶
- C#
public Optional<string> SpotVersionId
The spot version ID.
Blocks¶
- C#
public List<Scene.BlockController> Blocks
Localized Scene.BlockController . There is only one block in the list if localzied. Objects transform and status in the scene does not change with event data in the same time the event is triggered.
ServerResponseDuration¶
- C#
public Optional<double> ServerResponseDuration
The duration in seconds for server response.
ServerCalculationDuration¶
- C#
public Optional<double> ServerCalculationDuration
The duration in seconds for server internal calculation.
ErrorMessage¶
- C#
public Optional<string> ErrorMessage
Error message.