File manager - Edit - /var/www/payraty/hris/vendor/twilio/sdk/src/Twilio/TwiML/Voice/Language.php
Back
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\TwiML\Voice; use Twilio\TwiML\TwiML; class Language extends TwiML { /** * Language constructor. * * @param array $attributes Optional attributes */ public function __construct($attributes = []) { parent::__construct('Language', null, $attributes); } /** * Add Code attribute. * * @param string $code Language code of this language setting is for */ public function setCode($code): self { return $this->setAttribute('code', $code); } /** * Add TtsProvider attribute. * * @param string $ttsProvider Provider to be used for text-to-speech of this * language */ public function setTtsProvider($ttsProvider): self { return $this->setAttribute('ttsProvider', $ttsProvider); } /** * Add Voice attribute. * * @param string $voice Voice to be used for text-to-speech of this language */ public function setVoice($voice): self { return $this->setAttribute('voice', $voice); } /** * Add TranscriptionProvider attribute. * * @param string $transcriptionProvider Provider to be used for transcription * of this language */ public function setTranscriptionProvider($transcriptionProvider): self { return $this->setAttribute('transcriptionProvider', $transcriptionProvider); } /** * Add SpeechModel attribute. * * @param string $speechModel Speech model to be used for transcription of this * language */ public function setSpeechModel($speechModel): self { return $this->setAttribute('speechModel', $speechModel); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings