Class WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechHeaderNameBuilder
- Enclosing interface:
WatsonTextToSpeechEndpointBuilderFactory
public static class WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechHeaderNameBuilder
extends Object
The builder of headers' name for the IBM Watson Text to Speech component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe audio format (e.g., audio/wav, audio/mp3, audio/ogg).The customization ID for a custom voice model.The pronunciation format (ipa or ibm).The language for filtering custom models.The custom model ID.The operation to perform.The text to synthesize into speech.The voice to use for synthesis.The name of the voice.The word for which to get pronunciation.
-
Constructor Details
-
WatsonTextToSpeechHeaderNameBuilder
public WatsonTextToSpeechHeaderNameBuilder()
-
-
Method Details
-
iBMWatsonTTSOperation
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSOperation.
-
iBMWatsonTTSText
The text to synthesize into speech. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSText.
-
iBMWatsonTTSVoice
The voice to use for synthesis. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSVoice.
-
iBMWatsonTTSAccept
The audio format (e.g., audio/wav, audio/mp3, audio/ogg). The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSAccept.
-
iBMWatsonTTSCustomizationId
The customization ID for a custom voice model. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSCustomizationId.
-
iBMWatsonTTSWord
The word for which to get pronunciation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSWord.
-
iBMWatsonTTSFormat
The pronunciation format (ipa or ibm). The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSFormat.
-
iBMWatsonTTSLanguage
The language for filtering custom models. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSLanguage.
-
iBMWatsonTTSModelId
The custom model ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSModelId.
-
iBMWatsonTTSVoiceName
The name of the voice. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonTTSVoiceName.
-