簡體   English   中英

以編程方式列出 AWS Transcribe 支持的語言

[英]Programmatically list supported languages for AWS Transcribe

AWS 在此處列出了 Transcribe 支持的語言: https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html

除了解析文檔頁面之外,有沒有辦法以編程方式獲取這些語言的列表?

ListLanguageModels似乎很有前途,但它僅適用於自定義模型。

您可以直接訪問 AWS JS SDK 中的所有可用語言。 檢查源代碼

// For regular transcription...
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transcribe/enums/languagecode.html
TranscribeClient.LanguageCode

// For streaming transcription...
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transcribe-streaming/enums/languagecode.html
TranscribeStreamingClient.LanguageCode

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM