Uses of Record Class
org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Packages that use AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
-
Uses of AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return types with arguments of type AzureOpenAiAudioTranscriptionOptions.StructuredResponse.WordModifier and TypeMethodDescriptionAzureOpenAiAudioTranscriptionOptions.StructuredResponse.words()
Returns the value of thewords
record component.Constructor parameters in org.springframework.ai.azure.openai with type arguments of type AzureOpenAiAudioTranscriptionOptions.StructuredResponse.WordModifierConstructorDescriptionStructuredResponse
(String language, Float duration, String text, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word> words, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment> segments) Creates an instance of aStructuredResponse
record class.