Language Detection

Detect that language used in any field.

Statistics

TypeSpeedPartner Type
Post-Processing ClassifierInstantDatastreamer 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.

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"
            }
        }
    ]
}
```