Open
Description
openedon Jun 11, 2024
-
Package Name: @azure/ai-text-analytics
-
Package Name: @azure/ai-language-text
-
nodejs
-
Is the bug related to documentation in
Describe the bug
The code samples within the Azure Text Analysis client library for JavaScript - version 6.0.0-beta.1 documentation page is importing the TextAnalysisClient
client from the @azure/ai-text-analytics
package when it no longer exists there. The correct import should be from the @azure/ai-language-text
package as shown in the TextAnalysisClient class documentation.
To Reproduce
Steps to reproduce the behavior:
- Copy of the code samples within the Azure Text Analysis client library for JavaScript - version 6.0.0-beta.1 doc page.
- Specify the correct keys and execute the request to perform a text analysis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that