Packagecom.myflashlab.air.extensions.firebase.mlkit
Classpublic class LandmarkDetectorOptions
InheritanceLandmarkDetectorOptions Inheritance Object



Public Properties
 PropertyDefined By
  APIKeyOverride : String
[write-only] (iOS)
LandmarkDetectorOptions
  enforceCertFingerprintMatch : Boolean
[write-only] (Android)
LandmarkDetectorOptions
  maxResults : int
[write-only]
LandmarkDetectorOptions
  modelType : int
[write-only]
LandmarkDetectorOptions
Public Methods
 MethodDefined By
  
LandmarkDetectorOptions
Public Constants
 ConstantDefined By
  LATEST_MODEL : int = 1
[static]
LandmarkDetectorOptions
  STABLE_MODEL : int = 0
[static]
LandmarkDetectorOptions
Property Detail
APIKeyOverrideproperty
APIKeyOverride:String  [write-only]

(iOS)


Implementation
    public function set APIKeyOverride(value:String):void
enforceCertFingerprintMatchproperty 
enforceCertFingerprintMatch:Boolean  [write-only]

(Android)


Implementation
    public function set enforceCertFingerprintMatch(value:Boolean):void
maxResultsproperty 
maxResults:int  [write-only]


Implementation
    public function set maxResults(value:int):void
modelTypeproperty 
modelType:int  [write-only]


Implementation
    public function set modelType(value:int):void
Constructor Detail
LandmarkDetectorOptions()Constructor
public function LandmarkDetectorOptions()



Constant Detail
LATEST_MODELConstant
public static const LATEST_MODEL:int = 1

STABLE_MODELConstant 
public static const STABLE_MODEL:int = 0