问题标签 [azure-cognitive-services]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Azure Speaker Recognition - 如何向用户配置文件添加新的键/值?
我正在使用python sdk使用 Microsoft 认知服务进行说话人识别 [我在识别文件夹中工作];当我运行 CreateProfile.py 文件时,我正在尝试为配置文件提供用户名。例如,我会运行我的 main.py 文件,然后我会尝试传递 locale 和name。
一旦我运行获取配置文件 GetProfile.py,我希望它输出所有用户的信息,包括他们的用户名。但是我在终端中返回了这个。
我已经尝试通过_PROFILE_NAME = 'identificationProfileName'
在类中添加类似的内容来编辑 IdentificationProfile.py,我在很多地方添加了与此相关的更改,但是当我运行 GetProfile.py 时仍然没有看到名称返回
这是我的 IdentificationProfile.py
php - 使用 PHP stream_context_create 函数将 JSON 数据传递给 API 的 PATCH 方法出现错误 400
我正在尝试发布到此Microsoft API,但出现错误 400。在使用基于浏览器的 API 测试控制台和 Postman 时工作正常,但使用下面的 PHP 代码无法正常工作。我哪里错了?
bing-api - 深度分页时,必应搜索 API v5 的预期行为是什么?
我对网页和查询执行 bing API 搜索cameras
。
结果的第一“页” ( offset=0
, count=50
) 返回 49 个实际结果。它还返回了totalEstimatedMatches
1.14114000000
亿美元。很好,结果很多。
结果的第二“页”(offset=49
, count=50
)执行类似...
...直到我到达第 7 页 ( offset=314
, count=50
)。突然totalEstimatedMatches
是544
。
每页返回的实际结果数从那里开始急剧下降。事实上,超过 43 个“页面”的结果,我得到了 413 个实际结果,其中只有 311 个具有唯一 URL。
这似乎发生在少量页面之后的任何查询中。
这是预期的行为吗?API文档中没有暗示详尽的分页会导致这种行为......但是你有它。
这是一个屏幕截图:
speech-recognition - Microsoft Cognitive Speech to Text - 检测语言
我正在使用 Microsoft Cognitive Speech to Text API,我的问题是如何检测正在分析的音频的语言?这可能吗?
uipath - Integrating Azure Cognitive services with Robotic Process Automation
I have seen Microsoft Cognitive services such as text analytics and some other services. Here I have gone through RPA and now I need to integrate RPA with any kind of Cognitive services, just for a demo purpose. Do we have any reference for that to understand much about it ?
If I need to use Azure cognitive services with RPA tools, which one will be the best among UiPath,Automation Anywhere and BluePrism ?
node.js - 来自 MS 认知服务的人脸 API 保存在哪里?
我相信我误解了这个 API 的工作原理......
我了解人物组包含包含人物面孔的人物。
为了使用 Face - Verify,我将新图像 FaceId 与 personGroupID 和 personID 进行比较。
但是,我似乎不了解人员组的保存方式/位置。
是否所有人员组都保存在一个 JSON 中并且可以存储在 blob 存储或数据库中?
提前致谢。
PS 使用 Node.js
ruby - 如何使用 ruby 将目录文件上传到 Azure 认知服务?
我想将目录文件上传到推荐 api(使用 ruby 语言的 Azure 认知服务。
使用 C#,我将获得下一个代码(摘自https://github.com/Microsoft/Cognitive-Recommendations-Windows/blob/master/Sample/RecommendationsApiWrapper.cs):
如何使用 ruby 和 http 客户端将目录文件上传到认知服务?我需要一个基本的示例代码。
谢谢
azure - Azure 图像内容审查器 - 它只响应完全匹配的图像
我已订阅并构建 API 调用(使用 Flow)以在 Content Moderator 的图像列表中搜索图像。但是,它似乎只返回完全匹配的图像。有没有什么参数可以控制模糊匹配甚至匹配结果的程度?