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§
Source§readonly filters?: {
jobNameContains?: string;
status?:
| "FAILED"
| "COMPLETED"
| "IN_PROGRESS"
| "QUEUED";
}
readonly filters?: {
jobNameContains?: string;
status?:
| "FAILED"
| "COMPLETED"
| "IN_PROGRESS"
| "QUEUED";
}
Default: {}
Source§readonly language Code?:
| "en-US"
| "en-GB"
| "de-DE"
| "en-IN"
| "en-IE"
| "ru-RU"
| "es-ES"
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"
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 20 Type options: {"minValue":1}
Source§readonly options?: {
channelIdentification?: boolean;
maxAlternatives?: number;
maxSpeakerLabels?: number;
vocabularyFilterMethod?: "tag" | "remove" | "mask";
vocabularyFilterName?: string;
vocabularyName?: string;
}
readonly options?: {
channelIdentification?: boolean;
maxAlternatives?: number;
maxSpeakerLabels?: number;
vocabularyFilterMethod?: "tag" | "remove" | "mask";
vocabularyFilterName?: string;
vocabularyName?: string;
}
Default: {}
Source§readonly return Transcript?: boolean
readonly return Transcript?: boolean
By default, the response only contains metadata about the transcript. Enable this option to retrieve the transcript instead. Default: true
Whether to set this field to true to enable automatic language identification