SpeechConfig.SetServiceProperty 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.
Active la préversion des nouvelles fonctionnalités de service.
public void SetServiceProperty (string name, string value, Microsoft.CognitiveServices.Speech.ServicePropertyChannel channel);
member this.SetServiceProperty : string * string * Microsoft.CognitiveServices.Speech.ServicePropertyChannel -> unit
Public Sub SetServiceProperty (name As String, value As String, channel As ServicePropertyChannel)
Paramètres
- name
- String
Nom de la propriété.
- value
- String
Valeur de la propriété.
- channel
- ServicePropertyChannel
Canal utilisé pour passer la propriété spécifiée au service.
Remarques
Permet de configurer les services qui sont en préversion et qui ne sont pas encore en disponibilité générale. Cette méthode peut apparaître dans certains exemples de services en préversion.
S’applique à
Azure SDK for .NET