Jump to top

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;

maxResults

</>

Sets the maximum number of results of this type.

maxResults: undefined | number;

modelType

</>

Sets model type for the detection.

modelType: STABLE_MODEL | LATEST_MODEL;