Class RealtimeResponseCreateAudioOutput.Output
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeResponseCreateAudioOutput.Output
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRealtimeResponseCreateAudioOutput.Output.BuilderA builder for Output. public final classRealtimeResponseCreateAudioOutput.Output.VoiceThe 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.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<RealtimeAudioFormats>format()The format of the output audio. final Optional<RealtimeResponseCreateAudioOutput.Output.Voice>voice()The voice the model uses to respond. final JsonField<RealtimeAudioFormats>_format()Returns the raw JSON value of format. final JsonField<RealtimeResponseCreateAudioOutput.Output.Voice>_voice()Returns the raw JSON value of voice. final Map<String, JsonValue>_additionalProperties()final RealtimeResponseCreateAudioOutput.Output.BuildertoBuilder()final RealtimeResponseCreateAudioOutput.Outputvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeResponseCreateAudioOutput.Output.Builderbuilder()Returns a mutable builder for constructing an instance of Output. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        formatfinal Optional<RealtimeAudioFormats> format() The format of the output audio. 
 - 
                                        voicefinal Optional<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.
 - 
                                        _formatfinal JsonField<RealtimeAudioFormats> _format() Returns the raw JSON value of format. Unlike format, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _voicefinal JsonField<RealtimeResponseCreateAudioOutput.Output.Voice> _voice() Returns the raw JSON value of voice. Unlike voice, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RealtimeResponseCreateAudioOutput.Output.Builder toBuilder() 
 - 
                                        validatefinal RealtimeResponseCreateAudioOutput.Output validate() 
 - 
                                        builderfinal static RealtimeResponseCreateAudioOutput.Output.Builder builder() Returns a mutable builder for constructing an instance of Output. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-