nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.asr
/
WakeupInfo
/
Boundary
Boundary
data
class
Boundary
(
val
startPosition
:
Long
,
val
endPosition
:
Long
,
val
detectPosition
:
Long
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
start
Position
the start position of wakeupword.
end
Position
the end position of wakeupword.
detect
Position
the detect position of wakeupword.
Constructors
Boundary
Link copied to clipboard
fun
Boundary
(
startPosition
:
Long
,
endPosition
:
Long
,
detectPosition
:
Long
)
Content copied to clipboard
Properties
detect
Position
Link copied to clipboard
val
detectPosition
:
Long
Content copied to clipboard
end
Position
Link copied to clipboard
val
endPosition
:
Long
Content copied to clipboard
start
Position
Link copied to clipboard
val
startPosition
:
Long
Content copied to clipboard