Skip to content

Commit 589a076

Browse files
authored
Merge pull request #96813 from IEvangelist/previewHeadings
[CogSvcs] Added preview suffix to h1's
2 parents c04d881 + 62988c4 commit 589a076

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

articles/cognitive-services/Anomaly-Detector/anomaly-detector-container-howto.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: anomaly-detector
1010
ms.topic: conceptual
11-
ms.date: 09/24/2019
11+
ms.date: 11/21/2019
1212
ms.author: dapine
1313
---
1414

15-
# Install and run Anomaly Detector containers
15+
# Install and run Anomaly Detector containers (Preview)
1616

17-
The Anomaly Detector has the following container:
17+
The Anomaly Detector has the following container feature functionality:
1818

19-
|Function|Features|
20-
|-|-|
21-
|Anomaly detector| <li> Detects anomalies as they occur in real-time. <li> Detects anomalies throughout your data set as a batch. <li> Infers the expected normal range of your data. <li> Supports anomaly detection sensitivity adjustment to better fit your data. |
19+
| Function | Features |
20+
|--|--|
21+
| Anomaly detector | <li> Detects anomalies as they occur in real-time. <li> Detects anomalies throughout your data set as a batch. <li> Infers the expected normal range of your data. <li> Supports anomaly detection sensitivity adjustment to better fit your data. |
2222

2323
For detailed information about the APIs, please see:
2424
* [Learn more about Anomaly Detector API service](https://go.microsoft.com/fwlink/?linkid=2080698&clcid=0x409)
@@ -87,8 +87,8 @@ docker pull containerpreview.azurecr.io/microsoft/cognitive-services-anomaly-det
8787

8888
Once the container is on the [host computer](#the-host-computer), use the following process to work with the container.
8989

90-
1. [Run the container](#run-the-container-with-docker-run), with the required billing settings. More [examples](anomaly-detector-container-configuration.md#example-docker-run-commands) of the `docker run` command are available.
91-
1. [Query the container's prediction endpoint](#query-the-containers-prediction-endpoint).
90+
1. [Run the container](#run-the-container-with-docker-run), with the required billing settings. More [examples](anomaly-detector-container-configuration.md#example-docker-run-commands) of the `docker run` command are available.
91+
1. [Query the container's prediction endpoint](#query-the-containers-prediction-endpoint).
9292

9393
## Run the container with `docker run`
9494

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 11/19/2019
11+
ms.date: 11/21/2019
1212
ms.author: dapine
1313
ms.custom: seodec18
1414
---
1515

16-
# Install and run Read containers
16+
# Install and run Read containers (Preview)
1717

1818
Containers enable you to run the Computer Vision APIs in your own environment. Containers are great for specific security and data governance requirements. In this article you'll learn how to download, install, and run a Computer Vision container.
1919

articles/cognitive-services/Face/face-how-to-install-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: conceptual
12-
ms.date: 11/18/2019
12+
ms.date: 11/21/2019
1313
ms.author: dapine
1414
---
1515

16-
# Install and run Face containers
16+
# Install and run Face containers (Preview)
1717

1818
Azure Cognitive Services Face provides a standardized Linux container for Docker that detects human faces in images. It also identifies attributes, which include face landmarks such as noses and eyes, gender, age, and other machine-predicted facial features. In addition to detection, Face can check if two faces in the same image or different images are the same by using a confidence score. Face also can compare faces against a database to see if a similar-looking or identical face already exists. It also can organize similar faces into groups by using shared visual traits.
1919

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 11/15/2019
11+
ms.date: 11/21/2019
1212
ms.author: dapine
1313
---
1414

15-
# Install and run Speech Service containers
15+
# Install and run Speech Service containers (Preview)
1616

1717
Containers enable you to run some of the Speech Service APIs in your own environment. Containers are great for specific security and data governance requirements. In this article you'll learn how to download, install, and run a Speech container.
1818

articles/cognitive-services/form-recognizer/form-recognizer-container-howto.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 09/24/2019
10+
ms.date: 11/21/2019
1111
ms.author: dapine
1212
---
13-
# Install and run Form Recognizer containers
13+
14+
# Install and run Form Recognizer containers (Preview)
1415

1516
Azure Form Recognizer applies machine learning technology to identify and extract key-value pairs and tables from forms. It associates values and table entries with the key-value pairs and then outputs structured data that includes the relationships in the original file.
1617

0 commit comments

Comments
 (0)