-
public class PassioSDK.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringBKG_PASSIO_IDprivate 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 StringgetVersion()final StringgetBKG_PASSIO_ID()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.
-
getVersion
final String getVersion()
-
getBKG_PASSIO_ID
final String getBKG_PASSIO_ID()
-
getInstance
final PassioSDK getInstance()
-
-
-
-