AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
AmazonAIConvert
Predictions
Provider
constructor
_config
configure
convert
convert
Speech
ToText
convert
Text
ToSpeech
get
Category
get
Provider
Name
translate
Text
serialize
Data
From
Transcribe
Hierarchy
AbstractConvertPredictionsProvider
AmazonAIConvertPredictionsProvider
Index
Constructors
constructor
Properties
_config
Methods
configure
convert
convert
Speech
ToText
convert
Text
ToSpeech
get
Category
get
Provider
Name
translate
Text
serialize
Data
From
Transcribe
Constructors
constructor
new
AmazonAIConvert
Predictions
Provider
(
)
:
AmazonAIConvertPredictionsProvider
Returns
AmazonAIConvertPredictionsProvider
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
(
input
:
SpeechToTextInput
)
:
Promise
<
SpeechToTextOutput
>
Parameters
input:
SpeechToTextInput
Returns
Promise
<
SpeechToTextOutput
>
Protected
convert
Text
ToSpeech
convert
Text
ToSpeech
(
input
:
TextToSpeechInput
)
:
Promise
<
TextToSpeechOutput
>
Parameters
input:
TextToSpeechInput
Returns
Promise
<
TextToSpeechOutput
>
get
Category
get
Category
(
)
:
string
Returns
string
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
Protected
translate
Text
translate
Text
(
input
:
TranslateTextInput
)
:
Promise
<
TranslateTextOutput
>
Parameters
input:
TranslateTextInput
Returns
Promise
<
TranslateTextOutput
>
Static
serialize
Data
From
Transcribe
serialize
Data
From
Transcribe
(
message
:
any
)
:
string
Parameters
message:
any
Returns
string