Package | com.myflashlab.air.extensions.firebase.mlkit |
Class | public class LandmarkDetectorOptions |
Inheritance | LandmarkDetectorOptions Object |
Property | Defined By | ||
---|---|---|---|
APIKeyOverride : String [write-only]
(iOS)
| LandmarkDetectorOptions | ||
enforceCertFingerprintMatch : Boolean [write-only]
(Android)
| LandmarkDetectorOptions | ||
maxResults : int [write-only] | LandmarkDetectorOptions | ||
modelType : int [write-only] | LandmarkDetectorOptions |
Method | Defined By | ||
---|---|---|---|
LandmarkDetectorOptions |
Constant | Defined By | ||
---|---|---|---|
LATEST_MODEL : int = 1 [static] | LandmarkDetectorOptions | ||
STABLE_MODEL : int = 0 [static] | LandmarkDetectorOptions |
APIKeyOverride | property |
APIKeyOverride:String
[write-only] (iOS)
public function set APIKeyOverride(value:String):void
enforceCertFingerprintMatch | property |
enforceCertFingerprintMatch:Boolean
[write-only] (Android)
public function set enforceCertFingerprintMatch(value:Boolean):void
maxResults | property |
maxResults:int
[write-only] public function set maxResults(value:int):void
modelType | property |
modelType:int
[write-only] public function set modelType(value:int):void
LandmarkDetectorOptions | () | Constructor |
public function LandmarkDetectorOptions()
LATEST_MODEL | Constant |
public static const LATEST_MODEL:int = 1
STABLE_MODEL | Constant |
public static const STABLE_MODEL:int = 0