问题标签 [microsoft-cognitive]

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.

0 投票
1 回答
351 浏览

c# - Microsoft 语音识别服务工厂音频格式

它在文档中说“音频必须是 PCM、单声道、16 位采样,采样率为 8000 Hz 或 16000 Hz。”

假设我想使用 DataClient,我将音频作为字节获取。我怎样才能把它转换成那个?

0 投票
1 回答
336 浏览

ruby-on-rails - Microsoft Emotion API for Video Operation Result Not Found - Rails

I'm working with the Microsoft Emotion API for processing emotions in video in a Rails app. I was able to make the call to the API to submit an operation, but now I have to query another API to get the status of the operation and once it's done it will provide the emotions data.

My issue is that when I query the results API, the response is that my operation is not found. As in, it doesn't exist.

I first sent the below request through my controller, which worked great:

The response of this first call is:

The protocol is for one to grab the end of the "operation-location" url, which is the operation id, and send it back to the results API url like below:

The result I get is:

I get the same result when I query the Microsoft online API console with the operation id of an operation created through my app.

Does anyone have any ideas or experience with this? I would greatly appreciate it.

0 投票
1 回答
505 浏览

azure - 来自主题 api 的 InvalidRequestContent 响应

我想使用主题 API ( https://westus.api.cognitive.microsoft.com/text/analytics/v2.0/topics ) 但我得到了一个针对此输入文件的 BadRequest 响应:

我使用 curl 拨打电话:

回应是:

注意:输入的 JSON 结构符合要求(https://azure.microsoft.com/en-us/documentation/articles/cognitive-services-text-analytics-quick-start/

有人能告诉我出了什么问题吗?

谢谢你。

0 投票
1 回答
317 浏览

microsoft-cognitive - Microsoft Academic 中的扩展元数据实体

使用扩展元数据实体的查询不起作用。我是否需要使用“属性”以外的其他 URL 参数来传递这些参数

只需从实体列表中删除“SU”即可使其工作

0 投票
1 回答
728 浏览

python - 说话人识别 - microsoft oxford 上的错误请求错误

我正在使用 SDK 部分中提供的 python 包装器。我一直在尝试使用 python API 为创建的配置文件注册语音文件。

我能够成功创建配置文件并列出所有配置文件。但是,当我尝试使用创建的配置文件注册一个带有简单的 hello world 短语的语音 (.wav) 文件时,我收到错误“错误:root:注册配置文件错误。” 在跟踪中告诉'Exception: Error registration profile: Bad Request'。我已经通过将模块导入我的 python 文件以及在自述文件中描述的命令行中使用。

我不知道这个 API 是否有效。我认为我的小实验没有任何其他 API。即使在 SDK 的问题部分也没有适当的响应。

PS:这是我的第一个问题。请原谅我的风格和格式。以下是堆栈跟踪:

0 投票
1 回答
83 浏览

microsoft-cognitive - 按标题搜索

我无法通过调用https://api.projectoxford.ai/academic/v1.0/evaluate?expr=Ti== 'Role-based access control models'&model=latest&count=10&offset=0&attributes=Id获得任何结果,领带

但是,使用https://www.microsoft.com/cognitive-services/en-us/academic-knowledge-api/documentation/QueryExpressionSyntax中的示例,我得到了结果 api.projectoxford.ai/academic/v1.0/ evaluate?expr=Ti=='通过潜在语义分析索引'&model=latest&count=10&offset=0&attributes=Id,Ti,E

0 投票
1 回答
294 浏览

api - 以编程方式查询 Microsoft 认知服务 API 的“剩余配额”

我目前正在使用 3 个 Microsoft API:Text Analytics Api、Bing Search Api 和 Linguistic Api。我想知道是否有任何 Api 或方法可以针对我的 Api Key 以编程方式为我的特定 Api 检索剩余配额?

其他我想知道是否有任何 API 或这些 API 的任何方法以编程方式告诉我我的密钥是有效还是无效。

0 投票
1 回答
138 浏览

microsoft-cognitive - 如何创建认知服务以使用视频 API

我无法创建认知服务来使用 Video API。它目前无法从 Azure Portal获得。有谁知道制作过程。

0 投票
1 回答
920 浏览

javascript - 如何向 microsoft vision api 发送 ajax 请求?

我正在关注此处的文档,底部的示例代码如下所示

但我不断收到错误代码 404 找不到资源。谁能告诉我我做错了什么?

0 投票
0 回答
301 浏览

xamarin - 没有 TypeName 的 Xamarin.Forms 项目中的 TypeLoadException

我正在使用 Xamarin.Forms 制作一个简单的 ProjectOxford Face and Emotion API 演示

我将来自 Nuget 的 Face 和 Emotion API 添加到 PCL Forms 项目和所有特定于平台的项目中,我得到一个 TypeLoadException 但 TypeName 属性为空,所以我不知道什么没有加载。

iOS 项目中的“链接行为”设置为“不链接”,应用程序在模拟器中运行,选择一张图片,但是当它遇到应该将其发送到面部和情感 API 的方法时,我得到下面的异常.