Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.24k stars 4.58k forks source link

Mapping custom NER model labels to CategorizedEntity.Category #45072

Open olorinstbl opened 1 month ago

olorinstbl commented 1 month ago

Library name and version

Azure.AI.TextAnalytics 5.3.0

Query/Question

Hello,

Given that CategorizedEntity.Category has predefined values, how can we get our custom named entity recognition model labels using a TextAnalyticsClient?

Environment

No response

github-actions[bot] commented 1 month ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @assafi @quentinRobinson @wangyuantao.

olorinstbl commented 6 days ago

Hello,

Any responses regarding the question above?

Should we revert to calling the REST API directly, without using the Azure.AI.TextAnalytics library?