ConversationalAgentSession.GetAudioCaptureDeviceIdAsync Method
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.
Asynchronously retrieves the device ID for the current speech input device.
public:
virtual IAsyncOperation<Platform::String ^> ^ GetAudioCaptureDeviceIdAsync() = GetAudioCaptureDeviceIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetAudioCaptureDeviceIdAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetAudioCaptureDeviceIdAsync();
function getAudioCaptureDeviceIdAsync()
Public Function GetAudioCaptureDeviceIdAsync () As IAsyncOperation(Of String)
Returns
The result of the asynchronous operation as a string.
- Attributes