Author Message
SandeepParvathreddy
Joined: Dec 6, 2013
Messages: 86
Offline

A customer would like to know the below:
In their OD based IVR application grammar .java file, they specify JSON based grammar for Google Speech.

Google Speech documentation lists 14 parameters:
https://cloud.google.com/speech-to-text/docs/reference/rest/v1/RecognitionConfig

They would like to know whether all these are supported in OD-based IVR application or selected ones only?

JSON representation
{
"encoding": enum (AudioEncoding),
"sampleRateHertz": integer,
"audioChannelCount": integer,
"enableSeparateRecognitionPerChannel": boolean,
"languageCode": string,
"maxAlternatives": integer,
"profanityFilter": boolean,
"speechContexts": [
{
object (SpeechContext)
}
],
"enableWordTimeOffsets": boolean,
"enableAutomaticPunctuation": boolean,
"diarizationConfig": {
object (SpeakerDiarizationConfig)
},
"metadata": {
object (RecognitionMetadata)
},
"model": string,
"useEnhanced": boolean
}


Regards,
Sandeep.
Go to:   
Mobile view