File Name:- @"sound.caf"
Request POST = @"https://speech.googleapis.com/v1/speech:recognize?key=mykey"
Method : POST
Content-Type : @"application/json"
Body :
audio = content =@"audi NSData"
config =
encoding = LINEAR16;
languageCode = "en-US";
maxAlternatives = 30;
sampleRateHertz = 16000;