AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
StreamObjectResult
Stream
Object
Result
class
StreamObjectResult
<
TOutput
>
(
source
)
Since
0.3.0-beta01
Members
Properties
partial
Object
Stream
Link copied to clipboard
val
partialObjectStream
:
Flow
<
TOutput
>
text
Stream
Link copied to clipboard
val
textStream
:
Flow
<
String
>
Functions
element
Stream
Link copied to clipboard
fun
<
E
>
elementStream
(
arrayOutput
:
Output.Arr
<
E
>
)
:
Flow
<
E
>
finish
Link copied to clipboard
suspend
fun
finish
(
)
:
StreamObjectFinish
<
TOutput
>
object
Value
Link copied to clipboard
suspend
fun
objectValue
(
)
:
TOutput