toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
RawOutput
Raw
Output
@
Serializable
data
class
RawOutput
(
val
rawOutput
:
List
<
String
>
?
=
null
)
Raw output. This data type is not supported in Gemini API.
Members
Constructors
Raw
Output
Link copied to clipboard
constructor
(
rawOutput
:
List
<
String
>
?
=
null
)
Properties
raw
Output
Link copied to clipboard
val
rawOutput
:
List
<
String
>
?
=
null
Output only. Raw output string.