VoiceLiveModelFactory.OutputTextContentPart(String) Method
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.
Output text content part.
public static Azure.AI.VoiceLive.OutputTextContentPart OutputTextContentPart(string text = default);
static member OutputTextContentPart : string -> Azure.AI.VoiceLive.OutputTextContentPart
Public Shared Function OutputTextContentPart (Optional text As String = Nothing) As OutputTextContentPart
Parameters
- text
- String
The text content.
Returns
A new OutputTextContentPart instance for mocking.