Lines Matching refs:this

97     $this->adaptation = $adaptation;
104 return $this->adaptation;
111 $this->alternativeLanguageCodes = $alternativeLanguageCodes;
118 return $this->alternativeLanguageCodes;
125 $this->audioChannelCount = $audioChannelCount;
132 return $this->audioChannelCount;
139 $this->diarizationConfig = $diarizationConfig;
146 return $this->diarizationConfig;
153 $this->enableAutomaticPunctuation = $enableAutomaticPunctuation;
160 return $this->enableAutomaticPunctuation;
167 $this->enableSeparateRecognitionPerChannel = $enableSeparateRecognitionPerChannel;
174 return $this->enableSeparateRecognitionPerChannel;
181 $this->enableSpokenEmojis = $enableSpokenEmojis;
188 return $this->enableSpokenEmojis;
195 $this->enableSpokenPunctuation = $enableSpokenPunctuation;
202 return $this->enableSpokenPunctuation;
209 $this->enableWordConfidence = $enableWordConfidence;
216 return $this->enableWordConfidence;
223 $this->enableWordTimeOffsets = $enableWordTimeOffsets;
230 return $this->enableWordTimeOffsets;
237 $this->encoding = $encoding;
244 return $this->encoding;
251 $this->languageCode = $languageCode;
258 return $this->languageCode;
265 $this->maxAlternatives = $maxAlternatives;
272 return $this->maxAlternatives;
279 $this->metadata = $metadata;
286 return $this->metadata;
293 $this->model = $model;
300 return $this->model;
307 $this->profanityFilter = $profanityFilter;
314 return $this->profanityFilter;
321 $this->sampleRateHertz = $sampleRateHertz;
328 return $this->sampleRateHertz;
335 $this->speechContexts = $speechContexts;
342 return $this->speechContexts;
349 $this->useEnhanced = $useEnhanced;
356 return $this->useEnhanced;