ConversationalAgentSession.GetAudioCaptureDeviceIdAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère de manière asynchrone l’ID de l’appareil pour l’appareil d’entrée vocale actuel.
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)
Retours
Résultat de l’opération asynchrone sous forme de chaîne.
- Attributs