Builder of
FirebaseVisionOnDeviceImageLabelerOptions.
|
FirebaseVisionOnDeviceAutoMLImageLabelerOptions.Builder(FirebaseAutoMLLocalModel
localModel)
Creates a new builder to build
FirebaseVisionOnDeviceAutoMLImageLabelerOptions with a local model
FirebaseAutoMLLocalModel.
|
|
|
FirebaseVisionOnDeviceAutoMLImageLabelerOptions.Builder(FirebaseAutoMLRemoteModel
remoteModel)
Creates a new builder to build
FirebaseVisionOnDeviceAutoMLImageLabelerOptions with a remote model
FirebaseAutoMLRemoteModel.
|
| FirebaseVisionOnDeviceAutoMLImageLabelerOptions |
build()
|
| FirebaseVisionOnDeviceAutoMLImageLabelerOptions.Builder |
setConfidenceThreshold(float confidenceThreshold)
Sets the confidence threshold of detected labels.
|
Creates a new builder to build
FirebaseVisionOnDeviceAutoMLImageLabelerOptions with a local model
FirebaseAutoMLLocalModel.
Creates a new builder to build
FirebaseVisionOnDeviceAutoMLImageLabelerOptions with a remote model
FirebaseAutoMLRemoteModel.
Sets the confidence threshold of detected labels. Only labels detected with confidence higher than or equal to this threshold are returned.
Default is 0.5f.
| IllegalArgumentException | if the confidenceThreshold is out of the range [0.0f, 1.0f]. |
|---|