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