/chatbot/rest/tuc/v1/nlp/detectRegularEntity
Function
Rule (address) entity recognition interface.
Input Parameters
| Parameter | Type | Mandatory (Yes/No) | Description |
|---|---|---|---|
| language | String | Yes | Language. The option is zh_CN. |
| sentence | String | Yes | Recognition text. |
Output Parameters
| Parameter | Type | Description |
|---|---|---|
| addr1 | List<String> | User-defined address entity. |
| addr2 | List<String> | User-defined address entity (layer 2). |
Request Example
{
"language": "${language}",
"sentence": "${sentence}"
} What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot