toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.types
/
Transcript
Transcript
@
Serializable
data
class
Transcript
(
val
text
:
String
,
val
final
:
Boolean
,
val
timestamp
:
String
?
=
null
,
val
userId
:
String
?
=
null
)
A written transcript of some spoken words.
Members
Constructors
Transcript
Link copied to clipboard
constructor
(
text
:
String
,
final
:
Boolean
,
timestamp
:
String
?
=
null
,
userId
:
String
?
=
null
)
Properties
final
Link copied to clipboard
val
final
:
Boolean
text
Link copied to clipboard
val
text
:
String
timestamp
Link copied to clipboard
val
timestamp
:
String
?
=
null
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String
?
=
null