-
public interface FoodRecognitionListenerInterface that serves as a callback for the PassioSDK.startFoodDetection method.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonRecognitionResults(FoodCandidates candidates, Bitmap image)Callback method for the food detection process. -
-
Method Detail
-
onRecognitionResults
abstract Unit onRecognitionResults(FoodCandidates candidates, Bitmap image)
Callback method for the food detection process.
- Parameters:
candidates- top level object that represents all of the detection results based on the configuration of the detection session.image- that represents the camera frame that the recognition was ran on.
-
-
-
-