Skip to content

Commit fbd4ea0

Browse files
committed
Face freshness
1 parent d41c536 commit fbd4ea0

File tree

14 files changed

+34
-40
lines changed

14 files changed

+34
-40
lines changed

articles/cognitive-services/Face/Overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: face-api
1010
ms.topic: overview
11-
ms.date: 12/05/2019
11+
ms.date: 04/14/2020
1212
ms.author: pafarley
1313
#Customer intent: As the developer of an app that deals with images of humans, I want to learn what the Face service does so I can determine if I should use its features.
1414
---
@@ -17,9 +17,9 @@ ms.author: pafarley
1717

1818
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
1919

20-
The Azure Cognitive Services Face service provides algorithms that are used to detect, recognize, and analyze human faces in images. The ability to process human face information is important in many different software scenarios. Example scenarios are security, natural user interface, image content analysis and management, mobile apps, and robotics.
20+
The Azure Cognitive Services Face service provides algorithms that detect, recognize, and analyze human faces in images. The ability to process human face information is important in many different software scenarios. Example scenarios include security, natural user interface, image content analysis and management, mobile apps, and robotics.
2121

22-
The Face service provides several different functions. Each function is outlined in the following sections. Read on to learn more about them.
22+
The Face service provides several different functions which are each outlined in the following sections.
2323

2424
## Face detection
2525

@@ -66,7 +66,7 @@ After you create and train a database, you can do identification against the gro
6666

6767
For more information about person identification, see the [Face recognition](concepts/face-recognition.md) concepts guide or the [Identify API](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395239) reference documentation.
6868

69-
## Use containers
69+
## Containers
7070

7171
[Use the Face container](face-how-to-install-containers.md) to detect, recognize, and identify faces by installing a standardized Docker container closer to your data.
7272

articles/cognitive-services/Face/QuickStarts/CSharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
#Customer intent: As a C# developer, I want to implement a simple Face detection scenario with REST calls, so that I can build more complex scenarios later on.
1515
---
1616

1717
# Quickstart: Detect faces in an image using the Face REST API and C#
1818

19-
In this quickstart, you will use the Azure Face REST API with C# to detect human faces in an image.
19+
In this quickstart, you'll use the Azure Face REST API with C# to detect human faces in an image.
2020

2121
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2222

articles/cognitive-services/Face/QuickStarts/Java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
#Customer intent: As a Java developer, I want to implement a simple Face detection scenario with REST calls, so that I can build more complex scenarios later on.
1515
---
1616

1717
# Quickstart: Detect faces in an image using the REST API and Java
1818

19-
In this quickstart, you will use the Azure Face REST API with Java to detect human faces in an image.
19+
In this quickstart, you'll use the Azure Face REST API with Java to detect human faces in an image.
2020

2121
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2222

articles/cognitive-services/Face/QuickStarts/JavaScript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
---
1515
# Quickstart: Detect faces in an image using the REST API and JavaScript
1616

17-
In this quickstart, you will use the Azure Face REST API with JavaScript to detect human faces in an image.
17+
In this quickstart, you'll use the Azure Face REST API with JavaScript to detect human faces in an image.
1818

1919
## Prerequisites
2020

articles/cognitive-services/Face/QuickStarts/PHP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
---
1515
# Quickstart: Detect faces in an image using the REST API and PHP
1616

17-
In this quickstart, you will use the Azure Face REST API with PHP to detect human faces in an image.
17+
In this quickstart, you'll use the Azure Face REST API with PHP to detect human faces in an image.
1818

1919
## Prerequisites
2020

articles/cognitive-services/Face/QuickStarts/Python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
#Customer intent: As a Python developer, I want to implement a simple Face detection scenario with REST calls, so that I can build more complex scenarios later on.
1515
---
1616

1717
# Quickstart: Detect faces in an image using the Face REST API and Python
1818

19-
In this quickstart, you will use the Azure Face REST API with Python to detect human faces in an image. The script will draw frames around the faces and superimpose gender and age information on the image.
19+
In this quickstart, you'll use the Azure Face REST API with Python to detect human faces in an image. The script will draw frames around the faces and superimpose gender and age information on the image.
2020

2121
![A man and a woman, each with a rectangle drawn around their faces and age and sex displayed on the image](../images/labelled-faces-python.png)
2222

articles/cognitive-services/Face/QuickStarts/Ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
---
1515
# Quickstart: Detect faces in an image using the REST API and Ruby
1616

17-
In this quickstart, you will use the Azure Face REST API with Ruby to detect human faces in an image.
17+
In this quickstart, you'll use the Azure Face REST API with Ruby to detect human faces in an image.
1818

1919
## Prerequisites
2020

articles/cognitive-services/Face/QuickStarts/csharp-sdk.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: face-api
99
ms.topic: quickstart
10-
ms.date: 12/05/2019
10+
ms.date: 04/14/2020
1111
ms.author: pafarley
1212
---
1313
# Quickstart: Face client library for .NET
@@ -33,12 +33,9 @@ Use the Face client library for .NET to:
3333

3434
### Create a Face Azure resource
3535

36-
Azure Cognitive Services are represented by Azure resources that you subscribe to. Create a resource for Face using the [Azure portal](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) or [Azure CLI](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account-cli) on your local machine. You can also:
36+
Azure Cognitive Services are represented by Azure resources that you subscribe to. Create a resource for Face using the [Azure portal](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) or [Azure CLI](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account-cli) on your local machine. You can also get a [trial key](https://azure.microsoft.com/try/cognitive-services/#decision) valid for seven days for free. After you sign up, it will be available on the [Azure website](https://azure.microsoft.com/try/cognitive-services/my-apis/).
3737

38-
* Get a [trial key](https://azure.microsoft.com/try/cognitive-services/#decision) valid for seven days for free. After you sign up, it will be available on the [Azure website](https://azure.microsoft.com/try/cognitive-services/my-apis/).
39-
* View your resource on the [Azure portal](https://portal.azure.com/).
40-
41-
After you get a key from your trial subscription or resource, [create an environment variable](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key and endpoint URL, named `FACE_SUBSCRIPTION_KEY` and `FACE_ENDPOINT`, respectively.
38+
After you get a key from your trial subscription or resource, [create environment variables](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key and endpoint URL, named `FACE_SUBSCRIPTION_KEY` and `FACE_ENDPOINT`, respectively.
4239

4340
### Create a new C# application
4441

articles/cognitive-services/Face/QuickStarts/curl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
#Customer intent: As a cURL developer, I want to implement a simple Face detection scenario with REST calls, so that I can build more complex scenarios later on.
1515
---
1616
# Quickstart: Detect faces in an image using the Face REST API and cURL
1717

18-
In this quickstart, you will use the Azure Face REST API with cURL to detect human faces in an image.
18+
In this quickstart, you'll use the Azure Face REST API with cURL to detect human faces in an image.
1919

2020
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2121

articles/cognitive-services/Face/QuickStarts/go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: face-api
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
---
1515
# Quickstart: Detect faces in an image using the REST API and Go
1616

17-
In this quickstart, you will use the Azure Face REST API with Go to detect human faces in an image.
17+
In this quickstart, you'll use the Azure Face REST API with Go to detect human faces in an image.
1818

1919
## Prerequisites
2020

0 commit comments

Comments
 (0)