@conciergus/chat - v0.3.1
Preparing search index...
hooks
ConciergusVoiceHookReturn
Interface ConciergusVoiceHookReturn
interface
ConciergusVoiceHookReturn
{
voiceInput
:
ConciergusVoiceInputHookReturn
;
tts
:
ConciergusTTSHookReturn
;
isVoiceActive
:
boolean
;
voiceToVoice
:
(
options
?:
{
onTranscription
?:
(
text
:
string
)
=>
void
;
onResponse
?:
(
response
:
string
)
=>
void
;
}
,
)
=>
Promise
<
void
>
;
supportedLanguages
:
string
[]
;
currentLanguage
:
string
;
setLanguage
:
(
language
:
string
)
=>
void
;
getCombinedAnalytics
:
()
=>
{
voiceInput
:
VoiceAnalytics
;
totalTTSGenerations
:
number
;
averageTTSGenerationTime
:
number
;
}
;
}
Index
Properties
voice
Input
tts
is
Voice
Active
voice
To
Voice
supported
Languages
current
Language
set
Language
get
Combined
Analytics
Properties
voice
Input
voiceInput
:
ConciergusVoiceInputHookReturn
tts
tts
:
ConciergusTTSHookReturn
is
Voice
Active
isVoiceActive
:
boolean
voice
To
Voice
voiceToVoice
:
(
options
?:
{
onTranscription
?:
(
text
:
string
)
=>
void
;
onResponse
?:
(
response
:
string
)
=>
void
;
}
,
)
=>
Promise
<
void
>
supported
Languages
supportedLanguages
:
string
[]
current
Language
currentLanguage
:
string
set
Language
setLanguage
:
(
language
:
string
)
=>
void
get
Combined
Analytics
getCombinedAnalytics
:
()
=>
{
voiceInput
:
VoiceAnalytics
;
totalTTSGenerations
:
number
;
averageTTSGenerationTime
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
voice
Input
tts
is
Voice
Active
voice
To
Voice
supported
Languages
current
Language
set
Language
get
Combined
Analytics
@conciergus/chat - v0.3.1
Loading...