Grammar property definitions for Google
“provider” – (Mandatory) The name of the cloud speech recognition provider. Currently there is only one valid value google. This is a required property for Experience Portal. It is not a Google property.
“chunkSize” – (Optional) The size in bytes of the audio segments that are sent to Google for recognition. In the example above, the 8kb value requests Experience Portal to send 8kb chunks of audio data to Google. This property can be given a default value when adding the Speech Server for Google. Note that changing the default value may influence speech recognition quality.
“profanity-filter” – (Optional) The filter that controls whether inappropriate content should be filtered out by Google. This property can be given a default value when adding the Speech Server for Google.
“phrases” – (Optional) A set of words or phrases that are likely to be spoken. Such a set of words and phrases can be used to customise Speech recognition to a specific context. This property can be given a default value per application. This is accomplished by adding a phrases parameter to the vendor parameters for Google in the application, in the following format:
phrases=[“work”,”avaya”]