次の方法で共有


PullAudioInputStreamCallback.GetProperty(PropertyId) メソッド

定義

データ バッファーのプロパティを取得します。 プロパティが見つからない場合は、空の文字列が返されます。 1.5.0 で追加

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

パラメーター

id
PropertyId

プロパティ ID。

戻り値

プロパティの値。

注釈

次のプロパティを使用して、このデータ バッファーの詳細を取得します。

* PropertyId.ConversationTranscribingService_DataBufferTimeStamp * PropertyId.ConversationTranscribingService_DataBufferUserId

適用対象