AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Identify
Predictions
Provider
_config
configure
get
Category
get
Provider
Name
identify
identify
Entities
identify
Labels
identify
Text
Hierarchy
AbstractPredictionsProvider
AbstractIdentifyPredictionsProvider
AmazonAIIdentifyPredictionsProvider
Index
Properties
_config
Methods
configure
get
Category
get
Provider
Name
identify
identify
Entities
identify
Labels
identify
Text
Properties
Protected
_config
_config
:
PredictionsOptions
Methods
configure
configure
(
config
:
PredictionsOptions
)
:
PredictionsOptions
Parameters
config:
PredictionsOptions
Returns
PredictionsOptions
get
Category
get
Category
(
)
:
string
Returns
string
Abstract
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
identify
identify
(
input
:
IdentifyTextInput
|
IdentifyLabelsInput
|
IdentifyEntitiesInput
)
:
Promise
<
IdentifyTextOutput
|
IdentifyLabelsOutput
|
IdentifyEntitiesOutput
>
Parameters
input:
IdentifyTextInput
|
IdentifyLabelsInput
|
IdentifyEntitiesInput
Returns
Promise
<
IdentifyTextOutput
|
IdentifyLabelsOutput
|
IdentifyEntitiesOutput
>
Protected
identify
Entities
identify
Entities
(
input
:
IdentifyEntitiesInput
)
:
Promise
<
IdentifyEntitiesOutput
>
Parameters
input:
IdentifyEntitiesInput
Returns
Promise
<
IdentifyEntitiesOutput
>
Protected
identify
Labels
identify
Labels
(
input
:
IdentifyLabelsInput
)
:
Promise
<
IdentifyLabelsOutput
>
Parameters
input:
IdentifyLabelsInput
Returns
Promise
<
IdentifyLabelsOutput
>
Protected
identify
Text
identify
Text
(
input
:
IdentifyTextInput
)
:
Promise
<
IdentifyTextOutput
>
Parameters
input:
IdentifyTextInput
Returns
Promise
<
IdentifyTextOutput
>