> For the complete documentation index, see [llms.txt](https://docs.acrcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acrcloud.com/reference/console-api/file-scanning/metadata/music-speech-detection.md).

# Music/Speech Detection

```json
 {
    "music_speech":[
         {
              "start": 0,
              "end": 222,
              "label": "m" //m:Music, ms:Music & Speech, s:Speech, o:Others
          }
    ]
}
```
