DialogServiceConfig.GetProperty 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.
Surcharges
GetProperty(PropertyId) |
Recherche la propriété nommée avec la valeur PropertyId donnée. |
GetProperty(String) |
Recherche la propriété en fonction du nom de chaîne donné. |
GetProperty(PropertyId)
Recherche la propriété nommée avec la valeur PropertyId donnée.
public string GetProperty (Microsoft.CognitiveServices.Speech.PropertyId id);
member this.GetProperty : Microsoft.CognitiveServices.Speech.PropertyId -> string
Public Function GetProperty (id As PropertyId) As String
Paramètres
- id
- PropertyId
PropertyId de la propriété
Retours
Valeur de la propriété
S’applique à
GetProperty(String)
Recherche la propriété en fonction du nom de chaîne donné.
public string GetProperty (string name);
member this.GetProperty : string -> string
Public Function GetProperty (name As String) As String
Paramètres
- name
- String
Nom de la propriété
Retours
Valeur de la propriété
Remarques
Un petit nombre de propriétés sont stockées à l’aide de noms de chaîne. Dans la plupart des cas, vous utiliserez GetProperty(PropertyId) à la place de cette méthode.
S’applique à
Azure SDK for .NET