IT資格無料解き放題

AI-901 練習問題

77

Microsoft Azure AI Fundamentals / 全 260

この問題は に最終確認しました

AI-901 · 77 / 260

Azure AI Language の Python SDK を使って、レビューテキストの感情分析を行うコードを実装している。 ```python from azure.ai.textanalytics import TextAnalyticsClient from azure.core.credentials import AzureKeyCredential client = TextAnalyticsClient(endpoint=endpoint, credential=AzureKeyCredential(key)) documents = ["配送は早かったが、梱包が雑だった。"] response = client.analyze_sentiment(documents=documents) for doc in response: print(doc.sentiment) print(doc.confidence_scores.positive, doc.confidence_scores.neutral, doc.confidence_scores.negative) ``` `doc.confidence_scores` に含まれる `positive` / `neutral` / `negative` の値の説明として、最も適切なものはどれか。

← 前の問題77 / 260次の問題 →

つぎに、どうしますか

AI-901 のページへ戻る問題の一覧へ

数はここで、仕上げは道場で。ここで数をこなしたら、道場へ。出るところだけの模試とテキストで、最短で仕上げる。 記述式・コマンド入力・模試まで本番形式で仕上げるなら資格道場へ。