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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds an underlying detector. The multi-detector takes ownership of the added detectors,
and will dispose their resources when release()
is called.