AudioConfig.GetProperty メソッド

定義

オーバーロード

GetProperty(PropertyId)

指定された PropertyId 値を使用して、 という名前のプロパティを検索します。 1.10.0 で追加

GetProperty(String)

指定した文字列名を持つ プロパティを検索します。 1.10.0 で追加

GetProperty(PropertyId)

指定された PropertyId 値を使用して、 という名前のプロパティを検索します。 1.10.0 で追加

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

プロパティの PropertyId

戻り値

プロパティの値

適用対象

GetProperty(String)

指定した文字列名を持つ プロパティを検索します。 1.10.0 で追加

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

パラメーター

name
String

プロパティ名

戻り値

プロパティの値

注釈

少数のプロパティは、文字列名を使用して格納されます。 ほとんどの場合、このメソッドの代わりに を使用 GetProperty(PropertyId) します。

適用対象