UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

11 lines 385 B
import { ApiKeyCredentials } from "ms-rest-js"; /** * Creates a new CognitiveServicesCredentials object. * * @constructor * @param {string} subscriptionKey The CognitiveServices subscription key */ export declare class CognitiveServicesCredentials extends ApiKeyCredentials { constructor(subscriptionKey: string); } //# sourceMappingURL=cognitiveServicesCredentials.d.ts.map