Skip to content

Commit 0c13f0e

Browse files
authored
Merge pull request #180381 from aahill/master
fixing availability
2 parents a22151e + 3172cc6 commit 0c13f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/cognitive-services-container-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: cog-serv-seo-aug-2020, ignite-fall-2021
99
ms.service: cognitive-services
1010
ms.topic: article
11-
ms.date: 10/28/2021
11+
ms.date: 11/18/2021
1212
ms.author: aahi
1313
keywords: on-premises, Docker, container, Kubernetes
1414
#Customer intent: As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
@@ -46,10 +46,10 @@ Azure Cognitive Services containers provide the following set of Docker containe
4646
| Service | Container | Description | Availability |
4747
|--|--|--|--|
4848
| [LUIS][lu-containers] | **LUIS** ([image](https://go.microsoft.com/fwlink/?linkid=2043204&clcid=0x409)) | Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy. | Generally available |
49-
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) | Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff". | Preview |
49+
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) | Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff". | Generally available |
5050
| [Language service][ta-containers-language] | **Text Language Detection** ([image](https://go.microsoft.com/fwlink/?linkid=2018759&clcid=0x409)) | For up to 120 languages, detects which language the input text is written in and report a single language code for every document submitted on the request. The language code is paired with a score indicating the strength of the score. | Generally available |
5151
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) | Analyzes raw text for clues about positive or negative sentiment. This version of sentiment analysis returns sentiment labels (for example *positive* or *negative*) for each document and sentence within it. | Generally available |
52-
| [Language service][ta-containers-health] | **Text Analytics for health** | Extract and label medical information from unstructured clinical text. | Preview |
52+
| [Language service][ta-containers-health] | **Text Analytics for health** | Extract and label medical information from unstructured clinical text. | Generally available |
5353
| [Translator][tr-containers] | **Translator** | Translate text in several languages and dialects. | Gated preview. [Request access](https://aka.ms/csgate-translator). |
5454

5555
### Speech containers

0 commit comments

Comments
 (0)