Class Transcribe2EndpointBuilderFactory.Transcribe2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.Transcribe2EndpointBuilderFactory.Transcribe2HeaderNameBuilder
- Enclosing interface:
Transcribe2EndpointBuilderFactory
The builder of headers' name for the AWS Transcribe component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter transcription jobs by name containing this string.The language code for the transcription job.The name of the custom language model to use.The format of the input media file.The URI of the media file to transcribe.The name of the medical transcription job.The Amazon Resource Name (ARN) of the resource.The status of the transcription job.A list of tag keys to remove from the resource.A map of tags to assign to the resource.The name of the transcription job.The name of the vocabulary filter to use.The name of the custom vocabulary to use.List of phrases for custom vocabulary.
-
Constructor Details
-
Transcribe2HeaderNameBuilder
public Transcribe2HeaderNameBuilder()
-
-
Method Details
-
awsTranscribeTranscriptionJobName
The name of the transcription job. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeTranscriptionJobName.
-
awsTranscribeLanguageCode
The language code for the transcription job. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeLanguageCode.
-
awsTranscribeMediaFormat
The format of the input media file. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeMediaFormat.
-
awsTranscribeMediaUri
The URI of the media file to transcribe. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeMediaUri.
-
awsTranscribeJobNameContains
Filter transcription jobs by name containing this string. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeJobNameContains.
-
awsTranscribeStatus
The status of the transcription job. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeStatus.
-
awsTranscribeVocabularyName
The name of the custom vocabulary to use. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeVocabularyName.
-
awsTranscribeVocabularyFilterName
The name of the vocabulary filter to use. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeVocabularyFilterName.
-
awsTranscribeVocabularyPhrases
List of phrases for custom vocabulary. The option is a:List<String>type. Group: producer- Returns:
- the name of the header
AwsTranscribeVocabularyPhrases.
-
awsTranscribeLanguageModelName
The name of the custom language model to use. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeLanguageModelName.
-
awsTranscribeMedicalTranscriptionJobName
The name of the medical transcription job. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeMedicalTranscriptionJobName.
-
awsTranscribeResourceArn
The Amazon Resource Name (ARN) of the resource. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranscribeResourceArn.
-
awsTranscribeTags
A map of tags to assign to the resource. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
AwsTranscribeTags.
-
awsTranscribeTagKeys
A list of tag keys to remove from the resource. The option is a:List<String>type. Group: producer- Returns:
- the name of the header
AwsTranscribeTagKeys.
-