interface AwsTranscribeNodeParameters {
detectLanguage?: boolean;
filters?: {
jobNameContains?: string;
status?:
| "FAILED"
| "COMPLETED"
| "IN_PROGRESS"
| "QUEUED";
};
languageCode?: | "en-US"
| "en-GB"
| "de-DE"
| "en-IN"
| "en-IE"
| "ru-RU"
| "es-ES";
limit?: number;
mediaFileUri?: string;
operation?: "create"
| "get"
| "getAll"
| "delete";
options?: {
channelIdentification?: boolean;
maxAlternatives?: number;
maxSpeakerLabels?: number;
vocabularyFilterMethod?: "tag" | "remove" | "mask";
vocabularyFilterName?: string;
vocabularyName?: string;
};
resource?: "transcriptionJob";
returnAll?: boolean;
returnTranscript?: boolean;
simple?: boolean;
transcriptionJobName?: string;
}Properties§
§§§§§§§§§§§
readonly detect Language?: boolean§
readonly filters?: { ... }Default: {}
readonly language Code?:
| "en-US"
| "en-GB"
| "de-DE"
| "en-IN"
| "en-IE"
| "ru-RU"
| "es-ES"Language used in the input media file Default: "en-US"
readonly limit?: numberMax number of results to return Default: 20 Type options: {"minValue":1}
readonly media File Uri?: stringThe S3 object location of the input media file
readonly operation?: "create" | "get" | "getAll" | "delete"Default: "create"
readonly options?: { ... }Default: {}
readonly resource?: "transcriptionJob"Default: "transcriptionJob"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly return Transcript?: booleanBy default, the response only contains metadata about the transcript. Enable this option to retrieve the transcript instead. Default: true
readonly simple?: booleanWhether to return a simplified version of the response instead of the raw data Default: true
readonly transcription Job Name?: stringThe name of the job
Whether to set this field to true to enable automatic language identification