FirebaseVisionOnDeviceImageLabelerOptions.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Public Constructor Summary
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Constructors
public FirebaseVisionOnDeviceImageLabelerOptions.Builder
()
Public Methods
Sets confidence threshold of detected labels. Only labels detected with confidence
higher than this threshold are returned.
Default is 0.5.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-08-08 UTC.
[null,null,["Last updated 2020-08-08 UTC."],[],[],null,["# FirebaseVisionOnDeviceImageLabelerOptions.Builder\n\npublic static class **FirebaseVisionOnDeviceImageLabelerOptions.Builder** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nBuilder of [FirebaseVisionOnDeviceImageLabelerOptions](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions). \n\n### Public Constructor Summary\n\n|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [FirebaseVisionOnDeviceImageLabelerOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions.Builder#FirebaseVisionOnDeviceImageLabelerOptions.Builder())() |\n\n### Public Method Summary\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FirebaseVisionOnDeviceImageLabelerOptions](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions) | [build](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions.Builder#build())() |\n| [FirebaseVisionOnDeviceImageLabelerOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions.Builder) | [setConfidenceThreshold](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions.Builder#setConfidenceThreshold(float))(float confidenceThreshold) Sets confidence threshold of detected labels. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public **FirebaseVisionOnDeviceImageLabelerOptions.Builder**\n()\n\nPublic Methods\n--------------\n\n#### public [FirebaseVisionOnDeviceImageLabelerOptions](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions) **build** ()\n\n#### public [FirebaseVisionOnDeviceImageLabelerOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/label/FirebaseVisionOnDeviceImageLabelerOptions.Builder) **setConfidenceThreshold** (float confidenceThreshold)\n\nSets confidence threshold of detected labels. Only labels detected with confidence\nhigher than this threshold are returned.\n\nDefault is 0.5. \n\n##### Throws\n\n| [IllegalArgumentException](//developer.android.com/reference/java/lang/IllegalArgumentException.html) | if the `confidenceThreshold` is out of the range \\[0.0f, 1.0f\\]. |\n|-------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|"]]