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

Choose your framework/language

Gen1 DocsLegacy

Page updated Mar 26, 2026

センチメント分析

注記: 最初にはじめにセクションを完了してください。そこでは、正しいポリシーアクションでIAMロールを設定します。

APIの使用

テキストを分析して、主要フレーズ、センチメント(ポジティブ、ネガティブ、ニュートラル)、または構文(代名詞、動詞など)を見つけます。テキスト内の名前や場所などのエンティティを見つけたり、言語検出を実行したりすることもできます。

import { Predictions } from '@aws-amplify/predictions';
const result = await Predictions.interpret({
text: {
source: {
text: textToInterpret,
},
type: 'ALL'
}
})