@azure/ai-text-analytics
Version:
An isomorphic client library for the Azure Text Analytics service.
12 lines • 388 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import { createSpanFunction } from "@azure/core-tracing";
/**
* Creates a span using the global tracer.
* @internal
*/
export const createSpan = createSpanFunction({
packagePrefix: "Azure.CognitiveServices.TextAnalytics",
namespace: "Microsoft.CognitiveServices"
});
//# sourceMappingURL=tracing.js.map