java.lang.Object |
↳ |
com.google.android.gms.vision.MultiDetector.Builder |
Class Overview
Builder for creating MultiDetector instances.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
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
MultiDetector.Builder
()
Public Methods
Adds an underlying detector. The multi-detector takes ownership of the added detectors, and
will dispose their resources when release()
is called.
Parameters |
detector |
Detector
|
Builds and returns the MultiDetector instance.