AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Convert
Predictions
Provider
_config
configure
convert
convert
Speech
ToText
convert
Text
ToSpeech
get
Category
get
Provider
Name
translate
Text
Hierarchy
AbstractPredictionsProvider
AbstractConvertPredictionsProvider
AmazonAIConvertPredictionsProvider
Index
Properties
_config
Methods
configure
convert
convert
Speech
ToText
convert
Text
ToSpeech
get
Category
get
Provider
Name
translate
Text
Properties
Protected
_config
_config
:
PredictionsOptions
Methods
configure
configure
(
config
:
PredictionsOptions
)
:
PredictionsOptions
Parameters
config:
PredictionsOptions
Returns
PredictionsOptions
convert
convert
(
input
:
TranslateTextInput
|
TextToSpeechInput
|
SpeechToTextInput
)
:
Promise
<
TextToSpeechOutput
|
TranslateTextOutput
|
SpeechToTextOutput
>
Parameters
input:
TranslateTextInput
|
TextToSpeechInput
|
SpeechToTextInput
Returns
Promise
<
TextToSpeechOutput
|
TranslateTextOutput
|
SpeechToTextOutput
>
Protected
convert
Speech
ToText
convert
Speech
ToText
(
speechToTextInput
:
SpeechToTextInput
)
:
Promise
<
SpeechToTextOutput
>
Parameters
speechToTextInput:
SpeechToTextInput
Returns
Promise
<
SpeechToTextOutput
>
Protected
convert
Text
ToSpeech
convert
Text
ToSpeech
(
textToSpeechInput
:
TextToSpeechInput
)
:
Promise
<
TextToSpeechOutput
>
Parameters
textToSpeechInput:
TextToSpeechInput
Returns
Promise
<
TextToSpeechOutput
>
get
Category
get
Category
(
)
:
string
Returns
string
Abstract
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
Protected
translate
Text
translate
Text
(
translateTextInput
:
TranslateTextInput
)
:
Promise
<
TranslateTextOutput
>
Parameters
translateTextInput:
TranslateTextInput
Returns
Promise
<
TranslateTextOutput
>