SpeechToTextResponseUpdateKind 構造体

定義

音声からテキストへの更新のストリーミング中の特定の更新の目的について説明します。

public value class SpeechToTextResponseUpdateKind : IEquatable<Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind>
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind+Converter))]
public readonly struct SpeechToTextResponseUpdateKind : IEquatable<Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind>
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind+Converter))]
public readonly struct SpeechToTextResponseUpdateKind : IEquatable<Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind>
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind+Converter))>]
type SpeechToTextResponseUpdateKind = struct
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind+Converter))>]
type SpeechToTextResponseUpdateKind = struct
Public Structure SpeechToTextResponseUpdateKind
Implements IEquatable(Of SpeechToTextResponseUpdateKind)
継承
SpeechToTextResponseUpdateKind
属性
実装

コンストラクター

名前 説明
SpeechToTextResponseUpdateKind(String)

指定された値を使用して、 SpeechToTextResponseUpdateKind 構造体の新しいインスタンスを初期化します。

プロパティ

名前 説明
Error

音声からテキストへの更新中に非ブロッキング エラーが発生した場合に取得します。

SessionClose

生成されたテキスト セッションが閉じられたときに取得します。

SessionOpen

生成されたテキスト セッションが開かれたときに取得します。

TextUpdated

一定期間の無音の後にテキストが生成された日時を取得します。

TextUpdating

無音を待たずに、テキストの更新が進行中であることを取得します。

Value

この SpeechToTextResponseUpdateKindに関連付けられている値を取得します。

メソッド

名前 説明
Equals(Object)

このインスタンスと指定したオブジェクトが等しいかどうかを示します。

Equals(SpeechToTextResponseUpdateKind)

現在のオブジェクトが同じ型の別のオブジェクトと等しいかどうかを示します。

GetHashCode()

このインスタンスのハッシュ コードを返します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

名前 説明
Equality(SpeechToTextResponseUpdateKind, SpeechToTextResponseUpdateKind)

大文字と小文字を区別しない値の比較によって決定される、2 つの SpeechToTextResponseUpdateKind インスタンスが等価かどうかを示す値を返します。

Inequality(SpeechToTextResponseUpdateKind, SpeechToTextResponseUpdateKind)

大文字と小文字を区別しない値の比較によって決定される、2 つの SpeechToTextResponseUpdateKind インスタンスが等価でないかどうかを示す値を返します。

適用対象