Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
IntroDbSkip
/
Segment
Segment
data
class
Segment
(
val
startSec
:
Double
?
,
val
endSec
:
Double
?
,
val
startMs
:
Long
?
,
val
endMs
:
Long
?
,
val
confidence
:
Double
?
,
val
submissionCount
:
Int
?
,
val
updatedAt
:
String
?
)
(
source
)
Members
Constructors
Segment
Link copied to clipboard
constructor
(
startSec
:
Double
?
,
endSec
:
Double
?
,
startMs
:
Long
?
,
endMs
:
Long
?
,
confidence
:
Double
?
,
submissionCount
:
Int
?
,
updatedAt
:
String
?
)
Properties
confidence
Link copied to clipboard
val
confidence
:
Double
?
end
Ms
Link copied to clipboard
val
endMs
:
Long
?
end
Sec
Link copied to clipboard
val
endSec
:
Double
?
start
Ms
Link copied to clipboard
val
startMs
:
Long
?
start
Sec
Link copied to clipboard
val
startSec
:
Double
?
submission
Count
Link copied to clipboard
val
submissionCount
:
Int
?
updated
At
Link copied to clipboard
val
updatedAt
:
String
?