Package com.openai.models.responses
        Class ResponseAudioTranscriptDeltaEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseAudioTranscriptDeltaEventEmitted when there is a partial transcript of audio. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseAudioTranscriptDeltaEvent.BuilderA builder for ResponseAudioTranscriptDeltaEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringdelta()The partial transcript of the audio response. final LongsequenceNumber()The sequence number of this event. final JsonValue_type()The type of the event. final JsonField<String>_delta()Returns the raw JSON value of delta. final JsonField<Long>_sequenceNumber()Returns the raw JSON value of sequenceNumber. final Map<String, JsonValue>_additionalProperties()final ResponseAudioTranscriptDeltaEvent.BuildertoBuilder()final ResponseAudioTranscriptDeltaEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseAudioTranscriptDeltaEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseAudioTranscriptDeltaEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sequenceNumberfinal Long sequenceNumber() The sequence number of this event. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always response.audio.transcript.delta.Expected to always return the following: JsonValue.from("response.audio.transcript.delta")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _deltafinal JsonField<String> _delta() Returns the raw JSON value of delta. Unlike delta, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sequenceNumberfinal JsonField<Long> _sequenceNumber() Returns the raw JSON value of sequenceNumber. Unlike sequenceNumber, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseAudioTranscriptDeltaEvent.Builder toBuilder() 
 - 
                                        validatefinal ResponseAudioTranscriptDeltaEvent validate() 
 - 
                                        builderfinal static ResponseAudioTranscriptDeltaEvent.Builder builder() Returns a mutable builder for constructing an instance of ResponseAudioTranscriptDeltaEvent. The following fields are required: .delta() .sequenceNumber()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-