Home
last modified time | relevance | path

Searched refs:speakingRate (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3SynthesizeSpeechConfig.php28 public $speakingRate; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3SynthesizeSpeechConfig
55 public function setSpeakingRate($speakingRate) argument
57 $this->speakingRate = $speakingRate;
61 return $this->speakingRate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DAudioConfig.php36 public $speakingRate; variable in Google\\Service\\Texttospeech\\AudioConfig
89 public function setSpeakingRate($speakingRate) argument
91 $this->speakingRate = $speakingRate;
95 return $this->speakingRate;