| java.lang.Object | |
| ↳ | com.google.android.gms.vision.MultiDetector.Builder |
Builder for creating MultiDetector instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds an underlying detector.
| |||||||||||
Builds and returns the MultiDetector instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Adds an underlying detector. The multi-detector takes ownership of the added detectors,
and will dispose their resources when release() is called.