android / codelab-mlkit-android

Other
179 stars 101 forks source link

Codelab wrong function #43

Open carlosgub opened 4 years ago

carlosgub commented 4 years ago

Hi,

I'm doing this codelab (2nd of 11 Weeks of Android) https://developer.android.com/codelabs/mlkit-android-translate?return=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-week2-machine-learning%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fmlkit-android-translate#4 and in this part

image

in the repository didn't exist recognizeTextOnDevice() but exist recognizeText() without parameters.

image

Cheers, Carlos