HybridSpeechConfig.GetProperty メソッド

定義

オーバーロード

GetProperty(PropertyId)

ID でプロパティ値を取得します。

GetProperty(String)

プロパティ値を名前で取得します。

GetProperty(PropertyId)

ID でプロパティ値を取得します。

public string GetProperty (Microsoft.CognitiveServices.Speech.PropertyId id);
member this.GetProperty : Microsoft.CognitiveServices.Speech.PropertyId -> string
Public Function GetProperty (id As PropertyId) As String

パラメーター

id
PropertyId

パラメーター ID。

戻り値

プロパティ値。

適用対象

GetProperty(String)

プロパティ値を名前で取得します。

public string GetProperty (string name);
member this.GetProperty : string -> string
Public Function GetProperty (name As String) As String

パラメーター

name
String

パラメーター名。

戻り値

プロパティ値。

適用対象