You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/get-started/windows-developer-glossary.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,16 +93,14 @@ Traditionally, "native" refers to applications built without using the .NET runt
93
93
94
94
A dedicated on‑device AI accelerator optimized for transformer operations and other ML workloads. Windows apps can target NPUs via APIs like [DirectML](/windows/ai/directml/dml-intro).
95
95
96
-
97
96
#### OCR
98
97
99
-
Text recognition, also known as optical character recognition (OCR), is supported in Windows AI Foundry through a set of artificial intelligence (AI)-backed APIs that can detect and extract text within images and convert it into machine readable character streams. See [Get started with AI Text Recognition](/windows/ai/apis/ocr).
98
+
Text recognition, also known as optical character recognition (OCR), is supported in Windows AI Foundry through a set of artificial intelligence (AI)-backed APIs that can detect and extract text within images and convert it into machine readable character streams. See [Get started with AI Text Recognition](/windows/ai/apis/text-recognition).
100
99
101
100
#### ONNX Runtime (ORT)
102
101
103
102
A high‑performance, cross‑platform inference engine for models in the ONNX format. On Windows, ORT commonly uses the DirectML execution provider for GPU/NPU acceleration. See [ONNX Runtime documentation](https://onnxruntime.ai/docs/). WindowsML uses ONNX Runtime under the hood.
104
103
105
-
106
104
#### Packaged app
107
105
108
106
For definitions of apps that are packaged, unpackaged, and packaged with external location, see [Deployment overview](../package-and-deploy/index.md). That topic also explains the advantages and disadvantages of each option.
@@ -113,7 +111,7 @@ For definitions of apps that are packaged, unpackaged, and packaged with externa
113
111
114
112
#### PowerToys
115
113
116
-
A set of utilities for power users to tune and streamline their Windows experience for greater productivity. See [PowerToys documentation](https://docs.microsoft.com/windows/powertoys/).
114
+
A set of utilities for power users to tune and streamline their Windows experience for greater productivity. See [PowerToys documentation](/windows/powertoys/).
117
115
118
116
#### Progressive web app (PWA)
119
117
@@ -137,7 +135,7 @@ A set of recommended responsible development practices to use as you create appl
137
135
138
136
#### Small language model (SLM)
139
137
140
-
A compact model (for example, Microsoft Phi‑3) designed to run efficiently on client devices (CPU/GPU/NPU) with lower latency and cost, suitable for many on‑device AI scenarios. See [Small language models on Azure](/azure/ai-services/small-language-models/) and [Get started with Phi Silica](/windows/ai/apis/phi-silica).
138
+
A compact model (for example, Microsoft Phi‑3) designed to run efficiently on client devices (CPU/GPU/NPU) with lower latency and cost, suitable for many on‑device AI scenarios. See [Get started with Phi Silica](/windows/ai/apis/phi-silica).
141
139
142
140
#### Universal Windows Platform (UWP)
143
141
@@ -164,7 +162,7 @@ A control that allows app developers to embed web content (HTML/CSS/JS) in their
164
162
165
163
#### Windows AI Foundry
166
164
167
-
Windows AI Foundry offers AI-backed features and APIs on Windows 11 PCs. These features are in active development. See [What is Windows AI Foundry?](/windows/ai/windows-ai-foundry/).
165
+
Windows AI Foundry offers AI-backed features and APIs on Windows 11 PCs. These features are in active development. See [What is Windows AI Foundry?](/windows/ai/overview).
0 commit comments