c# - 保存 Microsoft Azure Face API 数据

标签 c# visual-studio azure azure-cognitive-services

我正在使用 Microsoft Azure 的 Face API 和 Visual Studio 2015 开发一个人脸识别项目。我正在遵循教程 ( https://social.technet.microsoft.com/wiki/contents/articles/37893.c-face-detection-and-recognition-with-azure-face-api.aspx )

但是关闭并重新启动应用程序后,我丢失了所有数据。

它在 Azure 中如何工作?我可以存储数据来加载我的应用程序并保留我的数据吗?存储的面孔怎么样?

最佳答案

Face API 仅运行分析并向您发送结果。如果您想将分析数据存储在 Azure 中,则需要考虑 Azure SQL 数据库或 Azure Blob 存储等。

关于c# - 保存 Microsoft Azure Face API 数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49386803/

相关文章:

c# - C#中如何派生两个抽象类

c# - 如何全局取消特定业务逻辑的回发事件?

c# - 让 MySQL 连接空闲以供重用或按需连接,类呢?

c# - Linq-to-SQL 可以根据需要进行插入或更新吗?

.net - "remove unused references"的目的是什么

Azure DevOps 部署到本地计算机

visual-studio - Windows 10 (UWP) 编码 UI

visual-studio - 使用 MSBuild 升级和构建 sln

html - Azure Blob SAS 和 Cache-Control 确保资源得到缓存

sql-server - 发布到 SQL Azure 失败并显示 'Cannot drop the external data source' 消息