Class RealtimeResponseCreateAudioOutput.Output.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeResponseCreateAudioOutput.Output.BuilderA builder for Output. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        formatfinal RealtimeResponseCreateAudioOutput.Output.Builder format(RealtimeAudioFormats format) The format of the output audio. 
 - 
                                        formatfinal RealtimeResponseCreateAudioOutput.Output.Builder format(JsonField<RealtimeAudioFormats> format) Sets Builder.format to an arbitrary JSON value. You should usually call Builder.format with a well-typed RealtimeAudioFormats value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        formatfinal RealtimeResponseCreateAudioOutput.Output.Builder format(RealtimeAudioFormats.AudioPcm audioPcm) Alias for calling format with RealtimeAudioFormats.ofAudioPcm(audioPcm).
 - 
                                        formatfinal RealtimeResponseCreateAudioOutput.Output.Builder format(RealtimeAudioFormats.AudioPcmu audioPcmu) Alias for calling format with RealtimeAudioFormats.ofAudioPcmu(audioPcmu).
 - 
                                        formatfinal RealtimeResponseCreateAudioOutput.Output.Builder format(RealtimeAudioFormats.AudioPcma audioPcma) Alias for calling format with RealtimeAudioFormats.ofAudioPcma(audioPcma).
 - 
                                        voicefinal RealtimeResponseCreateAudioOutput.Output.Builder voice(RealtimeResponseCreateAudioOutput.Output.Voice voice) The voice the model uses to respond. Voice cannot be changed during the session once the model has responded with audio at least once. Current voice options are alloy,ash,ballad,coral,echo,sage,shimmer,verse,marin, andcedar. We recommendmarinandcedarfor best quality.
 - 
                                        voicefinal RealtimeResponseCreateAudioOutput.Output.Builder voice(JsonField<RealtimeResponseCreateAudioOutput.Output.Voice> voice) Sets Builder.voice to an arbitrary JSON value. You should usually call Builder.voice with a well-typed Voice value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        voicefinal RealtimeResponseCreateAudioOutput.Output.Builder voice(String value) Sets voice to an arbitrary String. You should usually call voice with a well-typed Voice constant instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal RealtimeResponseCreateAudioOutput.Output.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeResponseCreateAudioOutput.Output.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeResponseCreateAudioOutput.Output.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeResponseCreateAudioOutput.Output.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeResponseCreateAudioOutput.Output.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeResponseCreateAudioOutput.Output build() Returns an immutable instance of Output. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-