Uses of Record Class
org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
-
Uses of AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word in org.springframework.ai.azure.openai
Modifier and TypeMethodDescriptionAzureOpenAiAudioTranscriptionOptions.StructuredResponse.words()
Returns the value of thewords
record component.ModifierConstructorDescriptionStructuredResponse
(String language, Float duration, String text, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word> words, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment> segments) Creates an instance of aStructuredResponse
record class.