// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module ax.mojom;
// The types of the features which are implemented by the accessibility service.
[Stable, Extensible]
enum AssistiveTechnologyType {
[Default] kUnknown = 0,
kChromeVox,
kSelectToSpeak,
kSwitchAccess,
kAutoClick,
kMagnifier,
kDictation,
};