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
#Customer intent: As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
@@ -46,11 +46,11 @@ Azure Cognitive Services containers provide the following set of Docker containe
46
46
| Service | Container | Description | Availability |
47
47
|--|--|--|--|
48
48
|[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". | Generally available |
50
-
|[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 |
51
-
|[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 |
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. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md).|
50
+
|[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. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md).|
51
+
|[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. This <br> container can also [run in disconnected environments](containers/disconnected-containers.md).|
52
52
|[Language service][ta-containers-health]|**Text Analytics for health**| Extract and label medical information from unstructured clinical text. | Generally available |
53
-
|[Translator][tr-containers]|**Translator**| Translate text in several languages and dialects. | Gated preview. [Request access](https://aka.ms/csgate-translator). |
53
+
|[Translator][tr-containers]|**Translator**| Translate text in several languages and dialects. | Gated preview - [request access](https://aka.ms/csgate-translator). <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
54
54
55
55
### Speech containers
56
56
@@ -59,19 +59,19 @@ Azure Cognitive Services containers provide the following set of Docker containe
59
59
60
60
| Service | Container | Description | Availability |
61
61
|--|--|--|
62
-
|[Speech Service API][sp-containers-stt]|**Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text. | Generally available |
62
+
|[Speech Service API][sp-containers-stt]|**Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md).|
63
63
|[Speech Service API][sp-containers-cstt]|**Custom Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text using a custom model. | Generally available |
64
64
|[Speech Service API][sp-containers-tts]|**Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-text-to-speech)) | Converts text to natural-sounding speech. | Generally available |
65
65
|[Speech Service API][sp-containers-ctts]|**Custom Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-text-to-speech)) | Converts text to natural-sounding speech using a custom model. | Gated preview |
66
-
|[Speech Service API][sp-containers-ntts]|**Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available |
66
+
|[Speech Service API][sp-containers-ntts]|**Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available.|
67
67
|[Speech Service API][sp-containers-lid]|**Speech language detection** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-language-detection)) | Determines the language of spoken audio. | Gated preview |
68
68
69
69
### Vision containers
70
70
71
71
72
72
| Service | Container | Description | Availability |
73
73
|--|--|--|--|
74
-
|[Computer Vision][cv-containers]|**Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. |
74
+
|[Computer Vision][cv-containers]|**Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. This container can also [run in disconnected environments](containers/disconnected-containers.md). |
75
75
|[Spatial Analysis][spa-containers]|**Spatial analysis** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-spatial-analysis)) | Analyzes real-time streaming video to understand spatial relationships between people, their movement, and interactions with objects in physical environments. | Preview |
Copy file name to clipboardExpand all lines: articles/cognitive-services/commitment-tier.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ For more information, see [Azure Cognitive Services pricing](https://azure.micro
30
30
31
31
## Request approval to purchase a commitment plan
32
32
33
+
> [!CAUTION]
34
+
> The following instructions are for purchasing a commitment tier for web-based APIs and connected containers only. For instructions on purchasing plans for disconnected containers, see [Run containers in disconnected environments](containers/disconnected-containers.md).
35
+
33
36
Before you can purchase a commitment plan, you must [submit an online application](https://aka.ms/csgatecommitment). If your application is approved, you will be able to purchase a commitment tier on the Azure portal, for both new and existing Azure Resources.
34
37
35
38
* On the form, you must use a corporate email address associated with an Azure subscription ID.
@@ -61,7 +64,9 @@ Once you are approved, you can use either create a new resource to use a commitm
61
64
> * The resource is using the standard pricing tier.
62
65
> * You have been approved to purchase commitment tier pricing.
63
66
64
-
1. Select **Change** to view the available commitments for hosted API and container usage.
67
+
3. Select **Change** to view the available commitments for hosted API and container usage. Choose a commitment plan for one or more of the following offerings:
68
+
***Web**: web-based APIs, where you send data to Azure for processing.
69
+
***Connected container**: Docker containers that enable you to [deploy Cognitive services on premises](cognitive-services-container-support.md), and maintain an internet connection for billing and metering.
65
70
66
71
:::image type="content" source="media/commitment-tier/commitment-tier-pricing.png" alt-text="A screenshot showing the commitment tier pricing page on the Azure portal." lightbox="media/commitment-tier/commitment-tier-pricing.png":::
Copy file name to clipboardExpand all lines: articles/cognitive-services/containers/container-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ metadata:
8
8
manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.topic: conceptual
11
-
ms.date: 10/28/2021
11
+
ms.date: 01/11/2022
12
12
ms.author: aahi
13
13
14
14
title: FAQ for Azure Cognitive Services containers
@@ -169,4 +169,4 @@ sections:
169
169
Containers can be run anywhere in any region, but they need a key and need to call back to Azure for metering. All supported regions for the cloud service are supported for the containers' metering call.
170
170
171
171
additionalContent: |
172
-
[!INCLUDE [Containers next steps](includes/containers-next-steps.md)]
172
+
* [How to use Cognitive Services containers in disconnected environments](disconnected-containers.md)
0 commit comments