Uses of Class
com.azure.ai.openai.models.InputAudioContent
Packages that use InputAudioContent
-
Uses of InputAudioContent in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return InputAudioContentModifier and TypeMethodDescriptionstatic InputAudioContentInputAudioContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InputAudioContent from the JsonReader.ChatMessageAudioContentItem.getInputAudio()Get the inputAudio property: The audio data.Constructors in com.azure.ai.openai.models with parameters of type InputAudioContentModifierConstructorDescriptionChatMessageAudioContentItem(InputAudioContent inputAudio) Creates an instance of ChatMessageAudioContentItem class.