Interface WatsonSpeechToTextEndpointBuilderFactory.WatsonSpeechToTextBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
WatsonSpeechToTextEndpointBuilderFactory
public static interface WatsonSpeechToTextEndpointBuilderFactory.WatsonSpeechToTextBuilders
-
Method Summary
Modifier and TypeMethodDescriptionIBM Watson Speech to Text (camel-ibm-watson-speech-to-text) Convert speech audio to text using IBM Watson Speech to Text Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-speech-to-textibmWatsonSpeechToText(String path) IBM Watson Speech to Text (camel-ibm-watson-speech-to-text) Convert speech audio to text using IBM Watson Speech to Text Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-speech-to-text Syntax:ibm-watson-speech-to-text:labelPath parameter: label (required) Logical nameibmWatsonSpeechToText(String componentName, String path) IBM Watson Speech to Text (camel-ibm-watson-speech-to-text) Convert speech audio to text using IBM Watson Speech to Text Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-speech-to-text Syntax:ibm-watson-speech-to-text:labelPath parameter: label (required) Logical name
-
Method Details
-
ibmWatsonSpeechToText
default WatsonSpeechToTextEndpointBuilderFactory.WatsonSpeechToTextHeaderNameBuilder ibmWatsonSpeechToText()IBM Watson Speech to Text (camel-ibm-watson-speech-to-text) Convert speech audio to text using IBM Watson Speech to Text Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-speech-to-text- Returns:
- the dsl builder for the headers' name.
-
ibmWatsonSpeechToText
default WatsonSpeechToTextEndpointBuilderFactory.WatsonSpeechToTextEndpointBuilder ibmWatsonSpeechToText(String path) IBM Watson Speech to Text (camel-ibm-watson-speech-to-text) Convert speech audio to text using IBM Watson Speech to Text Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-speech-to-text Syntax:ibm-watson-speech-to-text:labelPath parameter: label (required) Logical name- Parameters:
path- label- Returns:
- the dsl builder
-
ibmWatsonSpeechToText
default WatsonSpeechToTextEndpointBuilderFactory.WatsonSpeechToTextEndpointBuilder ibmWatsonSpeechToText(String componentName, String path) IBM Watson Speech to Text (camel-ibm-watson-speech-to-text) Convert speech audio to text using IBM Watson Speech to Text Category: ai,cloud Since: 4.17 Maven coordinates: org.apache.camel:camel-ibm-watson-speech-to-text Syntax:ibm-watson-speech-to-text: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
-