// 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.
#include "chromeos/services/machine_learning/public/cpp/ml_switches.h"
namespace switches {
// Used to determine if and how on-device handwriting recognition is supported
// (e.g. via rootfs or downloadable content).
const char kOndeviceHandwritingSwitch[] = "ondevice_handwriting";
} // namespace switches