Skip to content

Commit 3ead63c

Browse files
committed
Add metadata
1 parent 8721b9c commit 3ead63c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/machine-learning/accessibility.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1+
---
2+
title: Use accesibility features in the designer (preview)
3+
titleSuffix: Azure Machine Learning
4+
description: Learn how to use screenreader accessibility features in the designer to create machine learning pipelines.
5+
services: machine-learning
6+
ms.service: machine-learning
7+
ms.subservice: core
8+
ms.topic: how-to
9+
ms.author: peterlu
10+
author: peterclu
11+
ms.date: 01/09/2020
12+
13+
---
14+
115
# Use a screen reader to explore and navigate designer
216

317
This article is for people with visual impairments who use a screen reader. Use designer with your keyboard and a screen reader to read and edit designer pipelines. We have tested it with Narrator and JAWS, but it might work with other screen readers as long as they follow common accessibility standards and techniques.
418

5-
619
## Drag and drop graph
720

821
Designer provides a drag-n-drop experience to train and deploy machine learning models. It lets you visually connect datasets and modules on an interactive canvas.
22+
923
### Navigate the graph
1024
The pipeline graph is described as two level list. The fist level list describes all the nodes of a graph. The second level list describes the connection to other nodes of a specific node. Screen reader user can navigate the graph by:
1125

0 commit comments

Comments
 (0)