【问题标题】:How to use OneDrive for audio file storage instead of Azure Blob for Batch Speech Transcription?如何使用 OneDrive 进行音频文件存储,而不是使用 Azure Blob 进行批量语音转录?
【发布时间】:2019-10-09 07:11:21
【问题描述】:

我想将 Azure 认知服务语音Batch Transcription APIs 与 OneDrive 一起使用,而不是使用 Azure blob 存储位置。这可能吗?任何可以帮助我实现相同目标的解决方法?我可以创建一个流并传递它吗?

我已经有 git hub sample 用于批处理工作,但将其更改到 Azure 存储以外的位置会出现错误“记录 URI 包含无效数据。”

我正在尝试在示例中更改 Program.cs 中的 RecordingsBlobUri,在该示例中我想提供 OneDrive url 而不是 Azure Blob

        // recordings and locale
        private const string Locale = "en-US";
        private const string RecordingsBlobUri = "<SAS URI pointing to an audio file stored in Azure Blob Storage>";

【问题讨论】:

    标签: speech-recognition azure-cognitive-services transcription


    【解决方案1】:

    documentation中所示:

    批量转录支持 Azure Blob 存储以读取音频和 将转录内容写入存储。

    无法使用 OneDrive 提供您要处理的音频文件。

    【讨论】:

      猜你喜欢
      • 2011-09-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-10-17
      • 2016-09-07
      • 1970-01-01
      • 2023-03-14
      • 1970-01-01
      相关资源
      最近更新 更多