Skip to content

Commit 6f494ee

Browse files
JudgeDreddKLCfabaff
authored andcommitted
update microsoft_face.markdown for grammar (home-assistant#1958)
1 parent 4768b54 commit 6f494ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/_components/microsoft_face.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Microsoft Face"
4-
description: "Instructions how to integrate Microsoft Face component into Home Assistant."
4+
description: "Instructions on how to integrate Microsoft Face component into Home Assistant."
55
date: 2017-01-25 00:00
66
sidebar: true
77
comments: false
@@ -12,9 +12,9 @@ ha_category: Hub
1212
ha_release: "0.37"
1313
---
1414

15-
The `microsoft_face` component platform is the main component for Microsoft Azure Cognitive service [Face](https://www.microsoft.com/cognitive-services/en-us/face-api). All data is stored in a private instance on Azure Cloud.
15+
The `microsoft_face` component platform is the main component for Microsoft Azure Cognitive service [Face](https://www.microsoft.com/cognitive-services/en-us/face-api). All data are stored in your own private instance in the Azure cloud.
1616

17-
You need an API key which is free but requires a [Azure registration](https://azure.microsoft.com/de-de/free/) with your Microsoft Account. The free resource (*F0*) is limit to 30k requests in a month and 20 per minute. If you don't want use a the Azure cloud, you can also get a API key with registration on [cognitive-services](https://www.microsoft.com/cognitive-services/en-us/subscriptions). However, all keys on cognitive services must be recreated every 90 days.
17+
You need an API key which is free but requires a [Azure registration](https://azure.microsoft.com/de-de/free/) using your microsoft ID. The free resource (*F0*) is limited to 20 requests per minute and 30k requests in a month. If you don't want to use the Azure cloud, you can also get an API key by registering with [cognitive-services](https://www.microsoft.com/cognitive-services/en-us/subscriptions). However, all keys on cognitive services must be recreated every 90 days.
1818

1919
To enable the Microsoft Face component, add the following lines to your `configuration.yaml`:
2020

@@ -31,9 +31,9 @@ Configuration variables:
3131
3232
### {% linkable_title Person and Groups %}
3333
34-
For most of the services you need to set up a group or a person. This limits the processing and detection to elements provided by group. Home Assistent creates for all group a entity and allow you to show the state, person and IDs directly on the frontend.
34+
For most services, you need to set up a group or a person. This limits the processing and detection to elements provided by the group. Home Assistent creates an entty for all groups and allows you to show the state, person and IDs directly on the frontend.
3535
36-
For managing this feature, you have the following services. They can be called with the Frontend, a script, or the REST API.
36+
The following services are available for managing this feature. They can be called via the Frontend, a script, or the REST API.
3737
3838
- *microsoft_face.create_group*
3939
- *microsoft_face.delete_group*
@@ -74,7 +74,7 @@ $ curl -v -X POST "https://westus.api.cognitive.microsoft.com/face/v1.0/persongr
7474
-H "Content-Type: application/octet-stream" --data "@/tmp/image.jpg"
7575
```
7676

77-
After we done with changes on a group, we need train this group to make our AI fit to handle the new data.
77+
After we're done with changes on a group, we need train this group to teach the AI how to handle the new data.
7878

7979
- *microsoft_face.train_group*
8080

0 commit comments

Comments
 (0)