AlwaysOnHotwordDetector.RecognitionFlagEnableAudioEchoCancellation フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Service.Voice.RecognitionFlag enum directly instead of this field.

基になる認識で AEC を使用する必要があるかどうかを示す のオーディオ機能フラグ #startRecognition(int)

[Android.Runtime.Register("RECOGNITION_FLAG_ENABLE_AUDIO_ECHO_CANCELLATION", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.RecognitionFlag enum directly instead of this field.", true)]
public const Android.Service.Voice.RecognitionFlag RecognitionFlagEnableAudioEchoCancellation = 4;
[<Android.Runtime.Register("RECOGNITION_FLAG_ENABLE_AUDIO_ECHO_CANCELLATION", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.RecognitionFlag enum directly instead of this field.", true)>]
val mutable RecognitionFlagEnableAudioEchoCancellation : Android.Service.Voice.RecognitionFlag

フィールド値

Value = 4
属性

注釈

基になる認識で AEC を使用する必要があるかどうかを示す のオーディオ機能フラグ #startRecognition(int) 。 この機能は、システムでサポートされている場合とサポートされていない場合があり、 を呼び出 #getSupportedAudioCapabilities()すことでサポートを照会できます。 このフラグの対応する機能フィールドは です #AUDIO_CAPABILITY_ECHO_CANCELLATION。 このフラグがオーディオ機能をサポートせずに渡された場合、オーディオ効果は適用されません。

android.service.voice.AlwaysOnHotwordDetector.RECOGNITION_FLAG_ENABLE_AUDIO_ECHO_CANCELLATIONJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象