File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/google-cloud-dialogflow/google/cloud/dialogflow_v2beta1/types Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -501,13 +501,24 @@ class SpeechToTextConfig(proto.Message):
501
501
request. If enhanced model variant is specified and an
502
502
enhanced version of the specified model for the language
503
503
does not exist, then it would emit an error.
504
+ model (str):
505
+ Which Speech model to select. Select the model best suited
506
+ to your domain to get best results. If a model is not
507
+ explicitly specified, then a default model is used. Refer to
508
+ `Cloud Speech API
509
+ documentation <https://cloud.google.com/speech-to-text/docs/basics#select-model>`__
510
+ for more details.
504
511
"""
505
512
506
513
speech_model_variant = proto .Field (
507
514
proto .ENUM ,
508
515
number = 1 ,
509
516
enum = "SpeechModelVariant" ,
510
517
)
518
+ model = proto .Field (
519
+ proto .STRING ,
520
+ number = 2 ,
521
+ )
511
522
512
523
513
524
__all__ = tuple (sorted (__protobuf__ .manifest ))
You can’t perform that action at this time.
0 commit comments