MLCloudLandmarkRecognizerOptions
interface
Detector for finding popular natural and man-made structures within an image.
Properties
apiKeyOverride
</>API key to use for ML API. If not set, the default API key from firebase.app()
will be used.
apiKeyOverride: undefined | string;
enforceCertFingerprintMatch
</>Only allow registered application instances with matching certificate fingerprint to use ML API.
enforceCertFingerprintMatch: undefined | false | true;