Jump to top

VisionCloudLandmarkRecognizerOptions

interface

Detector for finding popular natural and man-made structures within an image.

Properties

apiKeyOverride

</>

API key to use for Cloud Vision 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 Cloud Vision 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;