VoiceLiveModelFactory.RequestAudioContentPart(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.
An audio content part for a request.
public static Azure.AI.VoiceLive.RequestAudioContentPart RequestAudioContentPart(string transcript = default);
static member RequestAudioContentPart : string -> Azure.AI.VoiceLive.RequestAudioContentPart
Public Shared Function RequestAudioContentPart (Optional transcript As String = Nothing) As RequestAudioContentPart
Parameters
- transcript
- String
Returns
A new RequestAudioContentPart instance for mocking.