| Package | com.tuarua.firebase.ml.vision.text | 
| Class | public class CloudTextRecognizerOptions | 
| Inheritance | CloudTextRecognizerOptions    Object | 
| Property | Defined By | ||
|---|---|---|---|
| apiKeyOverride : String 
     API key to use for Cloud Vision API.  | CloudTextRecognizerOptions | ||
| enforceCertFingerprintMatch : Boolean 
     Only allow registered application instances with matching certificate fingerprint to use Cloud Vision API.  | CloudTextRecognizerOptions | ||
| languageHints : Vector.<String> 
     An array of hinted language codes for cloud text recognition.  | CloudTextRecognizerOptions | ||
| modelType : uint 
     Model type for cloud text recognition.  | CloudTextRecognizerOptions | ||
| Method | Defined By | ||
|---|---|---|---|
| CloudTextRecognizerOptions | |||
| apiKeyOverride | property | 
public var apiKeyOverride:String
     API key to use for Cloud Vision API.  If null, the default API key from FirebaseApp will be
     used.
     
| enforceCertFingerprintMatch | property | 
public var enforceCertFingerprintMatch:BooleanOnly allow registered application instances with matching certificate fingerprint to use Cloud Vision API.
Do not set this for debug build if you use simulators to test.
Applies to Android only.
| languageHints | property | 
public var languageHints:Vector.<String>An array of hinted language codes for cloud text recognition. The default is []. See https://cloud.google.com/vision/docs/languages for supported language codes.
| modelType | property | 
public var modelType:uint
     Model type for cloud text recognition. The default is CloudTextModelType.sparse.
     
| CloudTextRecognizerOptions | () | Constructor | 
public function CloudTextRecognizerOptions()