FirebaseVisionObjectDetectorOptions.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 FirebaseVisionObjectDetectorOptions.Builder ()
Public Methods
Enable on-device coarse classification. The classification categories are defined in
FirebaseVisionObject
.
By default, the coarse classification is off.
Enable multiple objects for detection. The number of objects is no more than 5.
By default, it is prominent object only.
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,["# FirebaseVisionObjectDetectorOptions.Builder\n\npublic static class **FirebaseVisionObjectDetectorOptions.Builder** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nBuilder of [FirebaseVisionObjectDetectorOptions](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions). \n\n### Public Constructor Summary\n\n|---|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder#FirebaseVisionObjectDetectorOptions.Builder())() |\n\n### Public Method Summary\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FirebaseVisionObjectDetectorOptions](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions) | [build](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder#build())() Builds a [FirebaseVisionObjectDetectorOptions](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions). |\n| [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder) | [enableClassification](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder#enableClassification())() Enable on-device coarse classification. |\n| [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder) | [enableMultipleObjects](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder#enableMultipleObjects())() Enable multiple objects for detection. |\n| [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder) | [setDetectorMode](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder#setDetectorMode(int))(int detectorMode) Sets the [FirebaseVisionObjectDetectorOptions.DetectorMode](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.DetectorMode), which contains two modes, [STREAM_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#STREAM_MODE) and [SINGLE_IMAGE_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#SINGLE_IMAGE_MODE). |\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 **FirebaseVisionObjectDetectorOptions.Builder** ()\n\nPublic Methods\n--------------\n\n#### public [FirebaseVisionObjectDetectorOptions](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions) **build** ()\n\nBuilds a [FirebaseVisionObjectDetectorOptions](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions). \n\n#### public [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder) **enableClassification** ()\n\nEnable on-device coarse classification. The classification categories are defined in\n[FirebaseVisionObject](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObject).\n\nBy default, the coarse classification is off. \n\n#### public [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder) **enableMultipleObjects** ()\n\nEnable multiple objects for detection. The number of objects is no more than 5.\n\nBy default, it is prominent object only. \n\n#### public [FirebaseVisionObjectDetectorOptions.Builder](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.Builder) **setDetectorMode** (int detectorMode)\n\nSets the [FirebaseVisionObjectDetectorOptions.DetectorMode](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions.DetectorMode), which contains two modes,\n[STREAM_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#STREAM_MODE) and [SINGLE_IMAGE_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#SINGLE_IMAGE_MODE). For more details, please see comments for [STREAM_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#STREAM_MODE) and [SINGLE_IMAGE_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#SINGLE_IMAGE_MODE).\n\nBy default, it is [STREAM_MODE](/docs/reference/android/com/google/firebase/ml/vision/objects/FirebaseVisionObjectDetectorOptions#STREAM_MODE)."]]