此博文"Azure brings big data, analytics, and visualization capabilities to U.S. Government"表示:
我们还宣布在Azure政府中预览认知服务。我们已经通过计算机视觉和情感等方式启用了音频和文本翻译等场景,以及面部(性别和年龄)和情感识别。
但是,我没有在UI中看到它,我错过了什么?如何在Azure Government中使用认知服务。
答案 0 :(得分:2)
我最终遇到了其他博客文章:Expanding Cognitive Services Pilot for Azure Government,其中概述了以下内容:
没有用于认知服务的Azure门户UI - 管理是通过Cognitive Services PowerShell cmdlet
然后,您可以使用PowerShell创建并开始使用Cognitive Services,如下所示:
Login-AzureRmAccount -Environment AzureUSGovernment
New-AzureRMResourceGroup -Name {resourcegroup} -Location 'usgovvirginia'
New-AzureRmCognitiveServicesAccount -ResourceGroupName '{resourcegroup}' -name '{name}' -Type {ComputerVision | Emotion | Face | SpeechTranslation | TextTranslation} -SkuName F0 -Location 'usgovvirginia'
$key = New-AzureRmCognitiveServicesAccountKey -ResourceGroupName '{resourcegroup}' -name '{resourcename}' -KeyName {Key1 | Key2}
答案 1 :(得分:0)
根据Products available by region跟踪器,Cognitive Services目前在4个美国Azure政府区域中均无法使用
如同在同一篇博客文章中提到的那样,您必须通过指定用于访问预览版的电子邮件与他们联系 -
如果您有兴趣参与Azure政府 认知服务预览,请联系azgovfeedback@microsoft.com 了解更多信息。