Home
last modified time | relevance | path

Searched refs:maxAlternatives (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1SpeechTranscriptionConfig.php54 public $maxAlternatives; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
159 public function setMaxAlternatives($maxAlternatives) argument
161 $this->maxAlternatives = $maxAlternatives;
168 return $this->maxAlternatives;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognitionConfig.php70 public $maxAlternatives; variable in Google\\Service\\Speech\\RecognitionConfig
263 public function setMaxAlternatives($maxAlternatives) argument
265 $this->maxAlternatives = $maxAlternatives;
272 return $this->maxAlternatives;
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js691 recognition.maxAlternatives = 5;