I am trying Google speech API with the sample app and it returns below JSON: results { alternatives { transcript: "\350\251\246\345\232\207\345\273\243\346\235\261\350\251\261\350\250\273\345\206\212\346\231\202\351\226\223" confidence: 0.8150804 } }
I used it to recognise some Cantonese, but i don't understand what is going on with the transcript. Can somebody let me know how do I decode the above transcript back to Chinese characters? Thanks.