tree: 5af7b75f6b8244c51e224c3a06055c0c3acd85b2 [path history] [tgz]
  1. buildflags/
  2. proto/
  3. public/
  4. test/
  5. BUILD.gn
  6. DEPS
  7. on_device_translation_service.cc
  8. on_device_translation_service.h
  9. on_device_translation_service_unittest.cc
  10. OWNERS
  11. README.md
  12. sandbox_hook.cc
  13. sandbox_hook.h
  14. translate_kit_client.cc
  15. translate_kit_client.h
  16. translate_kit_client_unittest.cc
  17. translate_kit_structs.h
components/services/on_device_translation/README.md

The OnDeviceTranslationService provides functionalities to check if translation between a pair of source and target languages is supported, and create translator for the pair. The translator could be used by the Web Translation blink API.

The service runs in a utility process and it should be only launched once.