1 | import { ApiKeyCredentials } from "@azure/ms-rest-js";
|
2 | /**
|
3 | * Creates a new CognitiveServicesCredentials object.
|
4 | *
|
5 | * @constructor
|
6 | * @param {string} subscriptionKey The CognitiveServices subscription key
|
7 | */
|
8 | export declare class CognitiveServicesCredentials extends ApiKeyCredentials {
|
9 | constructor(subscriptionKey: string);
|
10 | }
|
11 | //# sourceMappingURL=cognitiveServicesCredentials.d.ts.map |
\ | No newline at end of file |