Future<void> setMaxSuffixSilence(int suffixSilence) async { return await SmartSpeechSdkPlatform.instance.engineSetMaxSuffixSilence(suffixSilence); }