Created
January 25, 2021 08:20
-
-
Save erdalkaymak/1bca556458465ab77d6a5c7836fcc720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private var isEntered=false | |
| private var detectedText:String?=null | |
| private val myCameraRequestCode = 100 | |
| private val myStorageRequestCode = 300 | |
| private var languageCode: String?=null | |
| private var selectedImageBitmap: Bitmap?=null | |
| private var toLanguageList = arrayOf( | |
| "Chinese", | |
| "English", | |
| "French", | |
| "Arabic", | |
| "Thai", | |
| "Spanish", | |
| "Turkish", | |
| "Portuguese", | |
| "Japanese", | |
| "German", | |
| "Italian", | |
| "Russian" ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment