-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Cognitive - Text AnalyticsCognitive Services
Description
Context from email:
All TA outputs will of the following format for V3.0*. Taking key phrases for example.
{
"documents": [
{
"id": "0",
"keyPhrases": [
"huge impact",
"individual access"
],
"warnings": [
{
"code": "DataError",
"message": "The document contains very long words (longer than 64 characters). These words may result in truncated and/or unreliable model predictions."
}
]
}
],
"errors": [
{
"id": "1",
"error": {
"code": "InvalidRequest",
"message": " Language code fr is not supported. Use any of the en, es"
}
}
],
"modelVersion": "2019-10-01"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Cognitive - Text AnalyticsCognitive Services