Package com.openai.models.realtime
        Class LogProbProperties
- 
                    
                    - All Implemented Interfaces:
 
 public final class LogProbPropertiesA log probability object. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classLogProbProperties.BuilderA builder for LogProbProperties. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringtoken()The token that was used to generate the log probability. final List<Long>bytes()The bytes that were used to generate the log probability. final Doublelogprob()The log probability of the token. final JsonField<String>_token()Returns the raw JSON value of token. final JsonField<List<Long>>_bytes()Returns the raw JSON value of bytes. final JsonField<Double>_logprob()Returns the raw JSON value of logprob. final Map<String, JsonValue>_additionalProperties()final LogProbProperties.BuildertoBuilder()final LogProbPropertiesvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static LogProbProperties.Builderbuilder()Returns a mutable builder for constructing an instance of LogProbProperties. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _tokenfinal JsonField<String> _token() Returns the raw JSON value of token. Unlike token, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _bytesfinal JsonField<List<Long>> _bytes() Returns the raw JSON value of bytes. Unlike bytes, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _logprobfinal JsonField<Double> _logprob() Returns the raw JSON value of logprob. Unlike logprob, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal LogProbProperties.Builder toBuilder() 
 - 
                                        validatefinal LogProbProperties validate() 
 - 
                                        builderfinal static LogProbProperties.Builder builder() Returns a mutable builder for constructing an instance of LogProbProperties. The following fields are required: .token() .bytes() .logprob()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-