Uses of Interface
org.apache.camel.builder.component.dsl.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder
Packages that use IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder
-
Uses of IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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 -
Uses of IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilderModifier and TypeMethodDescriptionIbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.apiKey(String apiKey) The IBM Cloud API key for authentication.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.configuration(org.apache.camel.component.ibm.watson.stt.WatsonSpeechToTextConfiguration configuration) Component configuration.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.contentType(String contentType) The audio format (MIME type).IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.IbmWatsonSpeechToTextComponentBuilderFactory.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-textIbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.model(String model) The language model to use for recognition.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.operation(org.apache.camel.component.ibm.watson.stt.WatsonSpeechToTextOperations operation) The operation to perform.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.serviceUrl(String serviceUrl) The service endpoint URL.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.speakerLabels(boolean speakerLabels) Whether to identify different speakers in the audio.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.timestamps(boolean timestamps) Whether to include timestamps for each word in the transcription.IbmWatsonSpeechToTextComponentBuilderFactory.IbmWatsonSpeechToTextComponentBuilder.wordConfidence(boolean wordConfidence) Whether to include confidence scores for each word.