HybridSpeechConfig.SetProperty メソッド

定義

オーバーロード

SetProperty(PropertyId, String)

ID でプロパティ値を設定します。

SetProperty(String, String)

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

SetProperty(PropertyId, String)

ID でプロパティ値を設定します。

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

プロパティ ID。

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

プロパティ値。

適用対象