PredictionStrategy
enums.PredictionStrategy()How a primary prediction is selected from candidates.
Attributes
| Name | Type | Description |
|---|---|---|
| ALL | str |
Keep all prediction candidates. |
| BEST | str |
Keep only the best candidate. |
| ORIGINAL | str |
Keep the original geometry as final choice. |