wit_ai_rs 0.2.1

An unofficial Rust crate for interacting with the wit.ai API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "detected_locales": [
        {
            "locale": "fr_XX",
            "confidence": 0.9986
        },
        {
            "locale": "ar_AR",
            "confidence": 0.0014
        }
    ]
}