-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(speech): Add Speech-to-Text On-Prem sample #4223
Conversation
I understand that this sample will look a little different test-wise than others because of the nature of it being on-prem - I'm hesitant to have absolutely no testing though. My two questions related to that are:
|
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Just adding the "do not merge" label while we figure out an appropriate test strategy |
…Platform/python-docs-samples#4223) * feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
…Platform/python-docs-samples#4223) * feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
* feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
* feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
* feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
…Platform/python-docs-samples#4223) * feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
…Platform/python-docs-samples#4223) * feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
…Platform/python-docs-samples#4223) * feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
…Platform/python-docs-samples#4223) * feat: adds speech-to-text onprem sample * Remove client options and change to f-strings * Move to onprem folder, add resource and README Co-authored-by: Leah E. Cole <[email protected]>
Description
Fixes #4222
Adding sample to demonstrate speech transcription for on-prem customers. This sample does not currently contain tests due to being on-prem.
Note: It's a good idea to open an issue first for discussion.
Checklist
nox -s py-3.6
(see Test Enviroment Setup)nox -s lint
(see Test Enviroment Setup)