JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.codename1.ai.vision
VisionPipelineListener
Contents
Description
Method Summary
Method Details
result(T, VisionImage)
error(Throwable)
Hide sidebar
Show sidebar
Interface VisionPipelineListener<
T
>
public interface
VisionPipelineListener<T>
Receives live vision results and recoverable analysis failures on the EDT.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
error
(
Throwable
error)
void
result
(
T
value,
VisionImage
source)
Method Details
result
void
result
(
T
value,
VisionImage
source)
error
void
error
(
Throwable
error)