UNPKG

@azure/ai-text-analytics

Version:
12 lines 388 B
// 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