Name:
interface
Value:
Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.
Gen1 DocsLegacy

Page updated Mar 26, 2026

言語を翻訳する

注意: 最初にはじめにセクションを完了していることを確認してください。そこで、適切なポリシーアクションを持つIAMロールを設定します

APIの使用

ソース言語からターゲット言語にテキストを翻訳します。

import { Predictions } from '@aws-amplify/predictions';
const result = await Predictions.convert({
translateText: {
source: {
text: textToTranslate,
language : "es"
},
targetLanguage: "en"
}
})

サポートされている言語の完全なリストを確認するには、サポートされている言語と言語コードを参照してください。