| java.lang.Object | |
| ↳ | com.google.android.gms.vision.Detector.Detections<T> |
Detection result object containing both detected items and the associated frame metadata.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the detector is operational, false if it is not operational.
| |||||||||||
Returns a collection of the detected items that were identified in the frame.
| |||||||||||
Returns the metadata of the associated frame in which the detection originated.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns true if the detector is operational, false if it is not operational. In the non-operational case, the detector will return no results.
A detector may be non-operational for a while when starting an app for the first time, if a download is required to obtain the associated library and model files required to do detection.
Returns a collection of the detected items that were identified in the frame.
Returns the metadata of the associated frame in which the detection originated.