TextToSpeechResponseUpdate.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 audio speech update.
public:
property Microsoft::Extensions::AI::TextToSpeechResponseUpdateKind Kind { Microsoft::Extensions::AI::TextToSpeechResponseUpdateKind get(); void set(Microsoft::Extensions::AI::TextToSpeechResponseUpdateKind value); };
public Microsoft.Extensions.AI.TextToSpeechResponseUpdateKind Kind { get; set; }
member this.Kind : Microsoft.Extensions.AI.TextToSpeechResponseUpdateKind with get, set
Public Property Kind As TextToSpeechResponseUpdateKind