...
This property allows you to configure voice recognition capabilities for the model. It contains the following sub-properties:
enabled: A Boolean value indicating whether voice recognition is enabled for this model. If not specified, it defaults to
true
.lang: A String specifying the language code for voice recognition (e.g., "en-US" for English). If not specified, it defaults to
en-US
.
...