Git Product home page Git Product logo

Comments (2)

azure-sdk avatar azure-sdk commented on June 12, 2024

Meeting updated by Nate Ko

Service Name: Speech Services - Speech Analytics
Review Created By: Nate Ko
Review Date: 04/02/2024 01:00 PM PT
Release Plan: 1257
PR: #28521
Hero Scenarios Link: Not Provided
Core Concepts Doc Link: here

Description: The Ingestion Service is a new feature of Speech Services. Customers can use the service to register a storage account to enable
automatic processing of files when new files are added to their blob storage account. The processing currently includes transcription of the audio files and post analytics call via webhook (eg. PromptFlow online endpoint).

The service adds /registrations API where customer configures information about their storage account, transcription behavior and webhook endpoint for post analytics. For authentication, the API supports cognitive services key and token. Prior to registering, customer needs to enable MI on the cognitive services resource and assign the roles (Storage Blob Data Contributor, Cognitive Services User, AzureML Data Scientist) for the service to access to customer's storage, makes a batch transcription call and call the (PromptFlow) analytics endpoint.

Detailed meeting information and documents provided can be accessed here
For more information that will help prepare you for this review, the requirements, and office hours, visit the documentation here

from azure-rest-api-specs.

mikekistler avatar mikekistler commented on June 12, 2024

Notes from API Review 4/2/24

  • Don't put preview in the URL
  • Use PATCH (preferred) or PUT for Create
    • Also PATCH for Update (version tolerant)
  • Use only the operation templates from the TypeSpec Azure library
    • ResourceCreateOrUpdate for Create and Update
  • Names for storage properties should be more descriptive
  • Consider whether to make the storage configuration more generic if other storage providers will be supported in the future.
  • "polling" might be clearer that "poll"
  • Might want to model this as a polymorphic resource type on deliveryMode
  • Speech needs to get to a consistent versioning scheme and version all APIs together
    • Is there just one SDK or multiple SDKs for Speech?
    • Are the SDKs Track 1 or Track 2 ? Rob Chambers
  • Need to make this consistent with the rest of the GA service
    • Your choice to use TypeSpec for that or just stick with OpenAPI

Recommend come to API Stewardship office hours to work a plan for this.

from azure-rest-api-specs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.