Mixpeek Logo
    Schedule Demo
    Video

    Accent & Dialect Identification

    Identify accents and regional speech patterns

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a video file

    Drag and drop a video file here, or click to browse

    The accent identification model to use. Default: accent-identifier-v2

    Minimum confidence threshold for accent identification. Default: 0.7

    Whether to include alternative accent suggestions. Default: true

    Whether to include phonetic features. Default: true

    Output

    {
    "accent": "british_rp",
    "confidence": 0.87,
    "alternative_accents": [
    {
    "accent": "british_southern",
    "confidence": 0.08
    },
    {
    "accent": "australian",
    "confidence": 0.03
    }
    ],
    "phonetic_features": {
    "rhotic": false,
    "t_glottalization": true,
    "vowel_characteristics": "standard_uk"
    }
    }