VoiceActivityChangedEventArgs.IsVoice Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the voice state.
public:
property bool IsVoice { bool get(); };
public bool IsVoice { get; }
member this.IsVoice : bool
Public ReadOnly Property IsVoice As Boolean
Property Value
Remarks
Returns false if detects silence, true otherwise.