/** * Google Cloud Vision API * * Integrates Google Vision features, including image labeling, face, logo, and * landmark detection, optical character recognition (OCR), and detection of * explicit content, into applications. * * @example * const google = require('googleapis'); * const vision = google.vision('v1'); * * @namespace vision * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Vision */ declare function Vision(options: any): void; export = Vision;