-
public class PassioSDK.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final PassioSDKinstancepublic final static PassioSDK.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FloatminimumConfidence()The value of confidence of recognition results below which results won't be returned to the user. final PassioSDKgetInstance()-
-
Method Detail
-
minimumConfidence
final Float minimumConfidence()
The value of confidence of recognition results below which results won't be returned to the user. The default value is 0.5.
-
getInstance
final PassioSDK getInstance()
-
-
-
-