Language Detection
Detect that language used in any field.
Statistics
Type | Speed | Partner Type |
---|---|---|
Post-Processing Classifier | Instant | Datastreamer Internal |
Example Use Cases
- Assessing the language used in any content.
Compatible Data Sources
As a Post-Processing operation, it can be run on any data source.
Recipe Available
View the below recipe to see it in action, and easily view how to integrate it into your own data pipeline.
🎛️
Using Post-Processing Operations
Open Recipe
Usage
This Operation allows a user to specify the destination field, source fields, and separator.
{
"query": {
...
},
"operations": [
{
"name": "detect_language",
"destination_path": "operations.language",
"parameters": {
"text": "content.body"
}
}
]
}
```
Updated 9 months ago