tree: a2fbc70ec372703adf043fc4b3b2c080e5b48c01
  1. proto/
  2. test/
  3. BUILD.gn
  4. DEPS
  5. on_device_translation_service.cc
  6. on_device_translation_service.h
  7. on_device_translation_service_unittest.cc
  8. OWNERS
  9. README.md
  10. sandbox_hook.cc
  11. sandbox_hook.h
  12. translate_kit_client.cc
  13. translate_kit_client.h
  14. translate_kit_client_unittest.cc
  15. translate_kit_structs.h
components/on_device_translation/service/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.