@WorkerThread
public interface QuadDetectionCallback
DisplayableQuadDetection
gets available.Modifier and Type | Method and Description |
---|---|
void |
onQuadDetection(DisplayableQuadDetection quadDetection)
Called when
DisplayableQuadDetection gets available. |
void onQuadDetection(@NonNull DisplayableQuadDetection quadDetection)
DisplayableQuadDetection
gets available.
NOTE: This method is called on background thread, so make sure you don't perform any
UI related operations on it.quadDetection
- DisplayableQuadDetection
that represents the available detection.