com.google.android.gms.vision.Detector.Processor<T> |
![]() |
Interface for defining a post-processing action to be executed for each detection, when using
the detector as part of a pipeline (see the class level docs above). An instance of a processor
is associated with the detector via the setProcessor(Detector.Processor
method.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called by the detector to deliver detection results to the processor.
| |||||||||||
Shuts down and releases associated processor resources.
|
Called by the detector to deliver detection results to the processor.
Parameters | |
---|---|
detections |
Detections
|
Shuts down and releases associated processor resources.