language-detector

This is an agent that will detect the language of a message’s data and limit further processing based on language codes.

Example

- name: "Detect language"
  type: "language-detector"
  input: "input-topic" # optional
  output: "output-topic" # optional
  configuration:
    allowedLanguages: ["it"]
    property: "language"

Topics

Input

  • Structured and unstructured text ?

  • Implicit topic ?

Output

  • Structured text ?

  • Implicit topic ?

Configuration

Checkout the full configuration properties in the API Reference page.

Last updated