public static class FirebaseVisionLabelDetectorOptions.Builder extends Object
Builder of
FirebaseVisionLabelDetectorOptions.
Public Constructor Summary
Public Method Summary
| FirebaseVisionLabelDetectorOptions |
build()
|
| FirebaseVisionLabelDetectorOptions.Builder |
setConfidenceThreshold(float confidenceThreshold)
Sets confidence threshold of detected labels.
|
Inherited Method Summary
Public Constructors
public FirebaseVisionLabelDetectorOptions.Builder ()
Public Methods
public FirebaseVisionLabelDetectorOptions build ()
public FirebaseVisionLabelDetectorOptions.Builder setConfidenceThreshold (float confidenceThreshold)
Sets confidence threshold of detected labels. Only labels detected with confidence higher than this threshold are returned.
Default is 0.5.
Throws
| IllegalArgumentException | if the confidenceThreshold is out of the range [0.0f, 1.0f]. |
|---|