-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AWS Transcribe Streaming? #2487
Labels
feature-request
A feature should be added or improved.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Comments
jasdel
added
feature-request
A feature should be added or improved.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
labels
Mar 5, 2019
Thanks for reaching out to us about this @AlexGascon. Unfortunately we do not yet support Amazon Transcribe's streaming feature on the AWS SDK for Go, however this is something we do plan on implementing in the near future. Once we have more information on this we will update the issue accordingly. |
@diehlaws Good to know, thanks for the quick reply! |
skmcgrail
added a commit
that referenced
this issue
Dec 24, 2019
* The SDK now supports the Amazon Transcribe Streaming APIs by utilizing event stream encoding over HTTP/2 * See [Amazon Transcribe Developer Guide](https://docs.aws.amazon.com/transcribe/latest/dg) * Fixes [#2487](#2487)
aws-sdk-go-automation
pushed a commit
that referenced
this issue
Jan 2, 2020
=== ### Service Client Updates * `service/ce`: Updates service documentation * `service/ecr`: Updates service waiters * Adds waiters for ImageScanComplete and LifecyclePolicyPreviewComplete * `service/lex-models`: Updates service documentation * `service/lightsail`: Updates service API and documentation * This release adds support for Certificate Authority (CA) certificate identifier to managed databases in Amazon Lightsail. ### SDK Features * `services/transcribestreamingservice`: Support for Amazon Transcribe Streaming ([#3048](#3048)) * The SDK now supports the Amazon Transcribe Streaming APIs by utilizing event stream encoding over HTTP/2 * See [Amazon Transcribe Developer Guide](https://docs.aws.amazon.com/transcribe/latest/dg) * Fixes [#2487](#2487)
Merged
aws-sdk-go-automation
added a commit
that referenced
this issue
Jan 2, 2020
Release v1.27.0 (2020-01-02) === ### Service Client Updates * `service/ce`: Updates service documentation * `service/ecr`: Updates service waiters * Adds waiters for ImageScanComplete and LifecyclePolicyPreviewComplete * `service/lex-models`: Updates service documentation * `service/lightsail`: Updates service API and documentation * This release adds support for Certificate Authority (CA) certificate identifier to managed databases in Amazon Lightsail. ### SDK Features * `services/transcribestreamingservice`: Support for Amazon Transcribe Streaming ([#3048](#3048)) * The SDK now supports the Amazon Transcribe Streaming APIs by utilizing event stream encoding over HTTP/2 * See [Amazon Transcribe Developer Guide](https://docs.aws.amazon.com/transcribe/latest/dg) * Fixes [#2487](#2487)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
A feature should be added or improved.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Version of AWS SDK for Go?
1.15.71
Version of Go (
go version
)?1.10.3
I've been taking a look at the SDK's documentation for the transcribe service and I haven't found any reference or example about how to use the Streaming Transcription feature (https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html). Is it available in the SDK? If yes, where can I find some docs/examples/information? If not, is it planned to be included in the near future?
The text was updated successfully, but these errors were encountered: