// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_LANGUAGE_DETECTION_CORE_LANGUAGE_DETECTION_MODEL_H_ #define COMPONENTS_LANGUAGE_DETECTION_CORE_LANGUAGE_DETECTION_MODEL_H_ #include <string> #include "base/feature_list.h" #include "base/files/file.h" #include "third_party/tflite_support/src/tensorflow_lite_support/cc/task/core/category.h" namespace tflite::task::text::nlclassifier { class NLClassifier; } // namespace tflite::task::text::nlclassifier language_detection // namespace language_detection #endif // COMPONENTS_LANGUAGE_DETECTION_CORE_LANGUAGE_DETECTION_MODEL_H_