SpeechToTextResponseUpdate.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the kind of the generated text update.
public:
property Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind Kind { Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind get(); void set(Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind value); };
public Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind Kind { get; set; }
member this.Kind : Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind with get, set
Public Property Kind As SpeechToTextResponseUpdateKind