java.lang.Object | |
↳ | ai.fritz.fritzvisionobjectmodel.FritzVisionObjectPredictorOptions |
A tuning class to specify which predictions should be returned
by {predict(FritzVisionImage)
}
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | FritzVisionObjectPredictorOptions.Builder | Builder for FritzVisionObjectPredictorOptions |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
float |
getConfidenceThreshold()
Get the confidence threshold.
| ||||||||||
Integer |
getMaxObjects()
Gets the topN objects (sorted by confidence score).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the confidence threshold. Filters out objects less than the confidence threshold.
Gets the topN objects (sorted by confidence score).