Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 827 Bytes

language-detector.md

File metadata and controls

31 lines (21 loc) · 827 Bytes

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.