Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
UseAnalysisReturn
Interface UseAnalysisReturn
interface
UseAnalysisReturn
{
analyzeCoaching
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
;
analyzeCustom
:
(
options
:
CustomAnalysisOptions
)
=>
Promise
<
void
>
;
analyzeInterview
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
;
analyzeSalesCall
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
;
analyzeSession
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
;
clearError
:
()
=>
void
;
clearResult
:
()
=>
void
;
error
:
Error
|
null
;
loading
:
boolean
;
result
:
AnalysisResult
|
null
;
}
Index
Properties
analyze
Coaching
analyze
Custom
analyze
Interview
analyze
Sales
Call
analyze
Session
clear
Error
clear
Result
error
loading
result
Properties
analyze
Coaching
analyzeCoaching
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
analyze
Custom
analyzeCustom
:
(
options
:
CustomAnalysisOptions
)
=>
Promise
<
void
>
analyze
Interview
analyzeInterview
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
analyze
Sales
Call
analyzeSalesCall
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
analyze
Session
analyzeSession
:
(
options
:
AnalysisOptions
)
=>
Promise
<
void
>
clear
Error
clearError
:
()
=>
void
clear
Result
clearResult
:
()
=>
void
error
error
:
Error
|
null
loading
loading
:
boolean
result
result
:
AnalysisResult
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
analyze
Coaching
analyze
Custom
analyze
Interview
analyze
Sales
Call
analyze
Session
clear
Error
clear
Result
error
loading
result
Hiyve Components - v1.0.0
Loading...