com.onlineobject.objectnet Namespace

PredictionType Enumeration

Defines the types of prediction mechanisms for a process or operation.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum PredictionType

Members


Member nameDescription
Automatic Indicates that the prediction mechanism should be determined automatically. The system will select the most appropriate prediction type based on the context.
UseTransform Indicates that the prediction should be based on a transform, such as a mathematical or geometrical transformation. This is typically used for non-physical or abstract prediction scenarios.
UsePhysics Indicates that the prediction should be based on physics. This is suitable for scenarios where physical properties and behaviors (like velocity, acceleration, etc.) need to be taken into account for the prediction.