AI-901 練習問題
第80問
Microsoft Azure AI Fundamentals / 全 260 問
この問題は に最終確認しました
Azure AI Language の Python SDK を使って、個人情報(PII)の検出とマスキングを行うコードを実装している。 ```python response = client.recognize_pii_entities( documents=["私の名前は佐藤太郎です。電話番号は090-1234-5678です。"], language="ja" ) for doc in response: print(doc.redacted_text) for entity in doc.entities: print(entity.text, entity.category, entity.confidence_score) ``` このコードの実行結果に関する説明として、最も適切なものはどれか。
つぎに、どうしますか
数はここで、仕上げは道場で。ここで数をこなしたら、道場へ。出るところだけの模試とテキストで、最短で仕上げる。 記述式・コマンド入力・模試まで本番形式で仕上げるなら資格道場へ。