/** * Google Cloud Speech API * * Converts audio to text by applying powerful neural network models. * * @example * const google = require('googleapis'); * const speech = google.speech('v1'); * * @namespace speech * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Speech */ declare function Speech(options: any): void; export = Speech;