@azure/ai-language-text
Version:
An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.
9 lines • 299 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import { createClientLogger } from "@azure/logger";
/**
* The `@azure/logger` configuration for this package.
* @internal
*/
export const logger = createClientLogger("ai-language-text");
//# sourceMappingURL=logger.js.map