toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
SpeechSegmentConfig
Speech
Segment
Config
data
class
SpeechSegmentConfig
(
@
Json
(
name
=
"max_speech_caption_ms"
)
val
maxSpeechCaptionMs
:
Int
?
=
null
,
@
Json
(
name
=
"silence_duration_ms"
)
val
silenceDurationMs
:
Int
?
=
null
)
Members
Constructors
Speech
Segment
Config
Link copied to clipboard
constructor
(
@
Json
(
name
=
"max_speech_caption_ms"
)
maxSpeechCaptionMs
:
Int
?
=
null
,
@
Json
(
name
=
"silence_duration_ms"
)
silenceDurationMs
:
Int
?
=
null
)
Properties
max
Speech
Caption
Ms
Link copied to clipboard
val
maxSpeechCaptionMs
:
Int
?
=
null
silence
Duration
Ms
Link copied to clipboard
val
silenceDurationMs
:
Int
?
=
null