Uses of Interface
org.apache.camel.builder.component.dsl.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder
Packages that use IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder
-
Uses of IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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 -
Uses of IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilderModifier and TypeMethodDescriptionIbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.accept(String accept) The audio format for synthesized speech.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.apiKey(String apiKey) The IBM Cloud API key for authentication.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.configuration(org.apache.camel.component.ibm.watson.tts.WatsonTextToSpeechConfiguration configuration) Component configuration.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.customizationId(String customizationId) The customization ID (GUID) of a custom voice model to use for synthesis.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.IbmWatsonTextToSpeechComponentBuilderFactory.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-speechIbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.operation(org.apache.camel.component.ibm.watson.tts.WatsonTextToSpeechOperations operation) The operation to perform.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.serviceUrl(String serviceUrl) The service endpoint URL.IbmWatsonTextToSpeechComponentBuilderFactory.IbmWatsonTextToSpeechComponentBuilder.voice(String voice) The voice to use for synthesis.