Reply To: Android Speech Recognition stop recording

Welcome! Forums Unity Plugins Mobile Speech Recognizer Android Speech Recognition stop recording Reply To: Android Speech Recognition stop recording

#11903
hugetto
Participant

Hi Piotr

I would be nice if you send me a beta test with the option EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS?? I have found a beta that you send to somebody but you only added 2 features
public struct SpeechRecognitionOptions
{
public bool shouldCollectPartialResults;
public readonly int? completeSilenceLengthMillis;
public readonly int? possiblyCompleteSilenceLengthMillis;
}