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
Output
Configuration
Checkout the full configuration properties in the API Reference page.
Last updated