Class ResponseOutputText
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseOutputTextA text output from the model. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseOutputText.BuilderA builder for ResponseOutputText. public final classResponseOutputText.AnnotationA citation to a file. public final classResponseOutputText.LogprobThe log probability of a token. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<ResponseOutputText.Annotation>annotations()The annotations of the text output. final Stringtext()The text output from the model. final JsonValue_type()The type of the output text. final Optional<List<ResponseOutputText.Logprob>>logprobs()final JsonField<List<ResponseOutputText.Annotation>>_annotations()Returns the raw JSON value of annotations. final JsonField<String>_text()Returns the raw JSON value of text. final JsonField<List<ResponseOutputText.Logprob>>_logprobs()Returns the raw JSON value of logprobs. final Map<String, JsonValue>_additionalProperties()final ResponseOutputText.BuildertoBuilder()final ResponseOutputTextvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputText.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseOutputText. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        annotationsfinal List<ResponseOutputText.Annotation> annotations() The annotations of the text output. 
 - 
                                        _typefinal JsonValue _type() The type of the output text. Always output_text.Expected to always return the following: JsonValue.from("output_text")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        logprobsfinal Optional<List<ResponseOutputText.Logprob>> logprobs() 
 - 
                                        _annotationsfinal JsonField<List<ResponseOutputText.Annotation>> _annotations() Returns the raw JSON value of annotations. Unlike annotations, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _textfinal JsonField<String> _text() Returns the raw JSON value of text. Unlike text, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _logprobsfinal JsonField<List<ResponseOutputText.Logprob>> _logprobs() Returns the raw JSON value of logprobs. Unlike logprobs, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseOutputText.Builder toBuilder() 
 - 
                                        validatefinal ResponseOutputText validate() 
 - 
                                        builderfinal static ResponseOutputText.Builder builder() Returns a mutable builder for constructing an instance of ResponseOutputText. The following fields are required: .annotations() .text()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-