PullAudioInputStreamCallback.GetProperty(PropertyId) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ バッファーのプロパティを取得します。 プロパティが見つからない場合は、空の文字列が返されます。 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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET