You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/get-results.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ The response is a JSON document with the following parameters
284
284
|name|`Ibuprofen`| The normalized name for the [entity linking](../../../text-analytics-for-health/overview.md?tabs=entity-linking#text-analytics-for-health-features) associated with the extracted entity. Entity linking is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
285
285
|links|[]| An array containing all the results from the [entity linking](../../../text-analytics-for-health/overview.md?tabs=entity-linking#text-analytics-for-health-features) associated with the extracted entity. Entity linking is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
286
286
|dataSource|`UMLS`| The reference standard resulting from the [entity linking](../../../text-analytics-for-health/overview.md?tabs=entity-linking#text-analytics-for-health-features) associated with the extracted entity. Entity linking is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
287
-
|id|`C0020740`| The reference code resulting from the [entity linking](../../../text-analytics-for-health/overview.md?tabs=entity-linking#text-analytics-for-health-features) associated with the extracted entity belonging to the extracted data source. Entity linking is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
287
+
|ID|`C0020740`| The reference code resulting from the [entity linking](../../../text-analytics-for-health/overview.md?tabs=entity-linking#text-analytics-for-health-features) associated with the extracted entity belonging to the extracted data source. Entity linking is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
288
288
|relations|[]| Array containing all the extracted relationships. [Relationship extraction](../../../text-analytics-for-health/concepts/relation-extraction.md) is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
289
289
|relationType|`DosageOfMedication`| The category of the extracted [relationship](../../../text-analytics-for-health/concepts/relation-extraction.md). Relationship extraction is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
290
290
|entities|`"Dosage", "Medication"`| The entities associated with the extracted relationship. Relationship extraction is only supported for prebuilt [Text Analytics for health entities](../../../text-analytics-for-health/concepts/health-entity-categories.md).|
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ This section will help you decide which Language service feature you should use
209
209
| Classify documents into one or more categories. | Unstructured text |[Custom text classification](./custom-text-classification/overview.md)| ✓|
210
210
| Extract medical information from clinical/medical documents, without building a model. | Unstructured text |[Text analytics for health](./text-analytics-for-health/overview.md)||
211
211
| Extract medical information from clinical/medical documents using a model that's trained on your data. | Unstructured text |[Custom text analytics for health](./custom-text-analytics-for-health/overview.md)||
212
-
| Build an conversational application that responds to user inputs. | Unstructured user inputs |[Question answering](./question-answering/overview.md)| ✓ |
212
+
| Build a conversational application that responds to user inputs. | Unstructured user inputs |[Question answering](./question-answering/overview.md)| ✓ |
213
213
| Detect the language that a text was written in. | Unstructured text |[Language detection](./language-detection/overview.md)||
214
214
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs |[Conversational language understanding](./conversational-language-understanding/overview.md)| ✓ |
215
215
| Connect apps from conversational language understanding, LUIS, and question answering. | Unstructured user inputs |[Orchestration workflow](./orchestration-workflow/overview.md)| ✓ |
0 commit comments