|
1 |
| -### YamlMime:YamlDocument |
2 |
| -documentType: LandingData |
3 |
| -title: Ink Recognizer Documentation |
| 1 | +### YamlMime:Landing |
| 2 | +title: Ink Recognizer API documentation |
| 3 | +summary: Learn how to use the ink recognizer API to bring digital ink recognition to your apps and services. The API is a cloud-based service that uses machine learning to recognize handwritten shapes and text in any context. |
| 4 | + |
4 | 5 | metadata:
|
5 |
| - title: Ink Recognizer Documentation - Quickstarts, Tutorials, API Reference - Azure Cognitive Services | Microsoft Docs |
6 |
| - description: Learn how to use Translator Text to translate text in multiple languages. |
| 6 | + title: Ink Recognizer API - Tutorials, quickstarts, API reference |
| 7 | + titleSuffix: Azure Cognitive Services |
| 8 | + description: Digital inking refers to the technologies that enable digital representations of input such as handwriting and drawings. As devices continue to enable rich digital inking experiences, artificial intelligence and machine learning enables the recognition of written shapes and text in any context. The Ink Recognizer API is a cloud-based service that enables you to send ink strokes and get detailed information about them. |
7 | 9 | services: cognitive-services
|
8 |
| - author: erhopf |
| 10 | + author: aahill |
9 | 11 | manager: nitinme
|
| 12 | + layout: LandingPage |
10 | 13 | ms.service: cognitive-services
|
11 |
| - ms.subservice: ink-recognizer |
| 14 | + ms.subservice: ink-recognizer |
12 | 15 | ms.topic: landing-page
|
13 |
| - ms.date: 05/02/2019 |
14 |
| - ms.author: erhopf |
15 |
| -abstract: |
16 |
| - description: Digital inking refers to the technologies that enable digital representations of input such as handwriting and drawings. As devices continue to enable rich digital inking experiences, artificial intelligence and machine learning enables the recognition of written shapes and text in any context. The Ink Recognizer API is a cloud-based service that enables you to send ink strokes and get detailed information about them. |
17 |
| - |
18 |
| -sections: |
19 |
| -- items: |
20 |
| - - type: list |
21 |
| - style: cards |
22 |
| - className: cardsM |
23 |
| - columns: 3 |
24 |
| - items: |
25 |
| - - href: /azure/cognitive-services/ink-recognizer/overview |
26 |
| - html: <p>Learn about Ink Recognizer and how to integrate it into your products</p> |
27 |
| - image: |
28 |
| - src: ../media/index/i_overview.svg |
29 |
| - title: What is Ink Recognizer API? |
30 |
| - - href: concepts/send-ink-data.md |
31 |
| - html: <p>Learn about recommended calling patterns when using the API</p> |
32 |
| - image: |
33 |
| - src: ../media/index/i_overview.svg |
34 |
| - title: Sending ink data to the Ink Recognizer API |
| 16 | + ms.date: 09/23/2019 |
| 17 | + ms.author: aahi |
35 | 18 |
|
36 |
| -- title: 5-Minute Quickstarts |
37 |
| - items: |
38 |
| - - type: paragraph |
39 |
| - text: 'Get started using the Ink Recognizer API:' |
40 |
| - - type: table |
41 |
| - style: dataMatrix |
42 |
| - columns: |
43 |
| - - image: |
44 |
| - src: media/index/logo-csharp.svg |
45 |
| - title: C# |
46 |
| - - image: |
47 |
| - src: media/index/logo-java.svg |
48 |
| - title: Java |
49 |
| - - image: |
50 |
| - src: media/index/logo-js.svg |
51 |
| - title: Javascript |
52 |
| - rows: |
53 |
| - - title: Recognize digital ink strokes |
54 |
| - values: |
55 |
| - - href: quickstarts/csharp.md |
56 |
| - - href: quickstarts/java.md |
57 |
| - - href: quickstarts/javascript.md |
58 | 19 |
|
59 |
| -- title: Samples |
60 |
| - items: |
61 |
| - - type: paragraph |
62 |
| - text: "Use these example programs to see how the Ink Recognizer API can integrate into your applications:" |
63 |
| - - type: paragraph |
64 |
| - text: <a href="https://go.microsoft.com/fwlink/?linkid=2089803">C# and Universal Windows Platform (UWP)</a> |
65 |
| - - type: paragraph |
66 |
| - text: <a href="https://go.microsoft.com/fwlink/?linkid=2089804">C# and Windows Presentation Foundation (WPF)</a> |
67 |
| - - type: paragraph |
68 |
| - text: <a href="https://go.microsoft.com/fwlink/?linkid=2089908">Javascript web-browser app</a> |
69 |
| - - type: paragraph |
70 |
| - text: <a href="https://go.microsoft.com/fwlink/?linkid=2089906">Java and Android mobile app</a> |
71 |
| - - type: paragraph |
72 |
| - text: <a href="https://go.microsoft.com/fwlink/?linkid=2089805">Swift and iOS mobile app</a> |
| 20 | +landingContent: |
| 21 | +- title: About the Ink Recognizer API |
| 22 | + linkLists: |
| 23 | + - linkListType: overview |
| 24 | + links: |
| 25 | + - text: What is the Ink Recognizer API? |
| 26 | + url: overview.md |
| 27 | + |
| 28 | +- title: Recognize digital ink strokes |
| 29 | + linkLists: |
| 30 | + - linkListType: quickstart |
| 31 | + links: |
| 32 | + - text: Using C# |
| 33 | + url: quickstarts/csharp.md |
| 34 | + - text: Using Java |
| 35 | + url: quickstarts/java.md |
| 36 | + - text: Using Javascript |
| 37 | + url: quickstarts/javascript.md |
| 38 | + - linkListType: concept |
| 39 | + links: |
| 40 | + - text: Send ink stroke data to the API |
| 41 | + url: concepts/send-ink-data.md |
73 | 42 |
|
74 | 43 | - title: Reference
|
75 |
| - items: |
76 |
| - - type: list |
77 |
| - style: cards |
78 |
| - className: cardsD |
79 |
| - items: |
80 |
| - - title: REST API |
81 |
| - html: <p><a href="https://go.microsoft.com/fwlink/?linkid=2089907"> REST API reference </a></p> |
82 |
| - - title: PowerShell |
83 |
| - html: <p><a href=https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services">Azure PowerShell</a></p> |
84 |
| - - title: CLI |
85 |
| - html: <p><a href="https://docs.microsoft.com/cli/azure/cognitiveservices">Azure CLI</a></p> |
86 |
| - |
| 44 | + linkLists: |
| 45 | + - linkListType: reference |
| 46 | + links: |
| 47 | + - text: REST API |
| 48 | + url: https://go.microsoft.com/fwlink/?linkid=2089907 |
| 49 | + - text: Azure PowerShell |
| 50 | + url: https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services |
| 51 | + - text: Azure CLI |
| 52 | + url: https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest#az_cognitiveservices_list |
| 53 | + |
| 54 | +- title: Samples |
| 55 | + linkLists: |
| 56 | + - linkListType: learn |
| 57 | + links: |
| 58 | + - text: C# and Universal Windows Platform (UWP) |
| 59 | + url: https://go.microsoft.com/fwlink/?linkid=2089803 |
| 60 | + - text: C# and Windows Presentation Foundation (WPF) |
| 61 | + url: https://go.microsoft.com/fwlink/?linkid=2089804 |
| 62 | + - text: Javascript web-browser app |
| 63 | + url: https://go.microsoft.com/fwlink/?linkid=2089908 |
| 64 | + - text: Java and Android mobile app |
| 65 | + url: https://go.microsoft.com/fwlink/?linkid=2089906 |
| 66 | + - text: Swift and iOS mobile app |
| 67 | + url: https://go.microsoft.com/fwlink/?linkid=2089805 |
0 commit comments