Interface WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
WatsonTextToSpeechEndpointBuilderFactory
public static interface WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechBuilders
-
Method Summary
Modifier and TypeMethodDescriptionIBM Watson Text to Speech (camel-ibm-watson-text-to-speech) Convert text to natural-sounding speech using IBM Watson Text to Speech Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-text-to-speechibmWatsonTextToSpeech(String path) IBM Watson Text to Speech (camel-ibm-watson-text-to-speech) Convert text to natural-sounding speech using IBM Watson Text to Speech Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-text-to-speech Syntax:ibm-watson-text-to-speech:labelPath parameter: label (required) Logical nameibmWatsonTextToSpeech(String componentName, String path) IBM Watson Text to Speech (camel-ibm-watson-text-to-speech) Convert text to natural-sounding speech using IBM Watson Text to Speech Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-text-to-speech Syntax:ibm-watson-text-to-speech:labelPath parameter: label (required) Logical name
-
Method Details
-
ibmWatsonTextToSpeech
default WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechHeaderNameBuilder ibmWatsonTextToSpeech()IBM Watson Text to Speech (camel-ibm-watson-text-to-speech) Convert text to natural-sounding speech using IBM Watson Text to Speech Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-text-to-speech- Returns:
- the dsl builder for the headers' name.
-
ibmWatsonTextToSpeech
default WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechEndpointBuilder ibmWatsonTextToSpeech(String path) IBM Watson Text to Speech (camel-ibm-watson-text-to-speech) Convert text to natural-sounding speech using IBM Watson Text to Speech Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-text-to-speech Syntax:ibm-watson-text-to-speech:labelPath parameter: label (required) Logical name- Parameters:
path- label- Returns:
- the dsl builder
-
ibmWatsonTextToSpeech
default WatsonTextToSpeechEndpointBuilderFactory.WatsonTextToSpeechEndpointBuilder ibmWatsonTextToSpeech(String componentName, String path) IBM Watson Text to Speech (camel-ibm-watson-text-to-speech) Convert text to natural-sounding speech using IBM Watson Text to Speech Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-text-to-speech Syntax:ibm-watson-text-to-speech:labelPath parameter: label (required) Logical name- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- label- Returns:
- the dsl builder
-