Site updated at 2017-02-04 09:02:19 UTC
This commit is contained in:
parent
2a162d1f13
commit
4b838f09a1
24 changed files with 39 additions and 39 deletions
|
@ -90,9 +90,9 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">microsoft_face</code> component platform is the main component for Microsoft Azure Cognitive service <a href="https://www.microsoft.com/cognitive-services/en-us/face-api">Face</a>. All data are in a own private instance in the Azure cloud.</p>
|
||||
<p>The <code class="highlighter-rouge">microsoft_face</code> component platform is the main component for Microsoft Azure Cognitive service <a href="https://www.microsoft.com/cognitive-services/en-us/face-api">Face</a>. All data is stored in a private instance on Azure Cloud.</p>
|
||||
|
||||
<p>You need an API key which is free but requires a <a href="https://azure.microsoft.com/de-de/free/">Azure registration</a> with your microsoft ID. The free resource (<em>F0</em>) 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 <a href="https://www.microsoft.com/cognitive-services/en-us/subscriptions">cognitive-services</a> but they need to recreate all 90 days.</p>
|
||||
<p>You need an API key which is free but requires a <a href="https://azure.microsoft.com/de-de/free/">Azure registration</a> with your Microsoft Account. The free resource (<em>F0</em>) 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 <a href="https://www.microsoft.com/cognitive-services/en-us/subscriptions">cognitive-services</a>. However, all keys on cognitive services must be recreated every 90 days.</p>
|
||||
|
||||
<p>To enable the Microsoft Face component, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue