News Sentiment Analyzer
功能
- 分析新闻文章的情感倾向
- 判断 headlines 是积极、消极还是中性
- 提供情感评分和置信度
- 支持批量分析多条新闻
使用方法
{
"texts": [
"Fed signals interest rate cuts coming soon",
"Stock market crashes amid recession fears"
]
}
输出
{
"results": [
{"text": "...", "sentiment": "POSITIVE", "score": 0.85, "confidence": 0.92},
{"text": "...", "sentiment": "NEGATIVE", "score": 0.78, "confidence": 0.88}
]
}
定价
每次调用: 0.001 USDT
微信扫一扫