Share via


PropertyCollection.SetProperty メソッド

定義

オーバーロード

SetProperty(PropertyId, String)

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

SetProperty(String, String)

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

SetProperty(PropertyId, String)

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

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

パラメーター

id
PropertyId

プロパティの ID。 「PropertyId」を参照してください。

value
String

設定する値

適用対象

SetProperty(String, String)

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

public virtual void SetProperty (string propertyName, string value);
abstract member SetProperty : string * string -> unit
override this.SetProperty : string * string -> unit
Public Overridable Sub SetProperty (propertyName As String, value As String)

パラメーター

propertyName
String

プロパティの名前。

value
String

設定する値

適用対象