@azure/ai-text-analytics
Version:
An isomorphic client library for the Azure Text Analytics service.
7 lines • 331 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
/// <reference lib="esnext.asynciterable" />
import "@azure/core-asynciterator-polyfill";
export { AzureKeyCredential } from "@azure/core-auth";
export { TextAnalyticsClient, PiiEntityDomain } from "./textAnalyticsClient";
//# sourceMappingURL=index.js.map