UNPKG

node-nlp

Version:

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

21 lines 487 B
/** * Defines constants for long running operation states. * * @const * @type {string} */ export declare type LongRunningOperationStates = "InProgress" | "Succeeded" | "Failed" | "Canceled"; /** * The default language in the request header. * * @const * @type {string} */ export declare const DEFAULT_LANGUAGE = "en-us"; /** * The ms-rest-azure version. * @const * @type {string} */ export declare const msRestAzureVersion = "0.1.0"; //# sourceMappingURL=constants.d.ts.map