How to Build a Real Time Logo Detection App with React Native, Google Vision API and Crowdbotics

Google Vision API is a great way to add image recognition capabilities to your app. It does a great job detecting a variety of categories such as labels, popular logos, faces, landmarks, and text. You can think of Google Vision API as a Google Image Search offered as an API interface that you can incorporate into your applications.


This is a companion discussion topic for the original entry at https://blog.crowdbotics.com/how-to-build-a-real-time-logo-detection-app-with-react-native-google-vision-api-and-crowdbotics/

Hi, I followed the steps, but I am using it for text detection.

I kept getting ’ TypeError: undefined is not an object (evaluating ‘this.state.googleResponse.responses[0]’).

Any ideas please?