次の方法で共有


DialogServiceConfig.SetProperty メソッド

定義

オーバーロード

SetProperty(PropertyId, String)

PropertyId 値を使用してプロパティを設定します。

SetProperty(String, String)

プロパティを名前で設定します。

SetProperty(PropertyId, String)

PropertyId 値を使用してプロパティを設定します。

public void SetProperty (Microsoft.CognitiveServices.Speech.PropertyId id, string value);
member this.SetProperty : Microsoft.CognitiveServices.Speech.PropertyId * string -> unit
Public Sub SetProperty (id As PropertyId, value As String)

パラメーター

id
PropertyId

プロパティの PropertyId

value
String

プロパティの値

適用対象

SetProperty(String, String)

プロパティを名前で設定します。

public void SetProperty (string name, string value);
member this.SetProperty : string * string -> unit
Public Sub SetProperty (name As String, value As String)

パラメーター

name
String

プロパティ名

value
String

プロパティの値

適用対象