These are the items required to reach feature completion. - [x] Use Transcript object for sync and async requests. (#2613) - [x] GAPIC Sync Recognize (#2615) - [x] GAPIC Async Recognize(#2638, #2663) - [x] Streaming recognize (#2523, #2640,#2644, #2680) - [x] Add stability information to streaming interim_results (https://github.com/GoogleCloudPlatform/google-cloud-python/issues/2702) - [x] Add `sync_recognize` system tests (#2547) - [x] Add `async_recognize` system tests (#2648) ## Cleanup - [x] Update `SpeechContext` in tests. See: https://github.com/GoogleCloudPlatform/google-cloud-python/issues/2700. (#2717) - [x] Add PyPI [badges](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/2685) (#2716) - [x] Rename `Transcript` to `Alternative`. (#2666) - [x] Test cleanup (#2676) - [x] Run skipped tests(https://github.com/GoogleCloudPlatform/google-cloud-python/pull/2648#discussion_r85783495) - [x] Move sample to Client property. See: #2516 - [x] Remove warning about `google-cloud-speech` not yet released. See: #2620 (#2732) ### Future Updates: - Clearer way to send stream to `Sample.content` (https://github.com/GoogleCloudPlatform/google-cloud-python/issues/2708) - Move result access to Operation handler https://github.com/GoogleCloudPlatform/google-cloud-python/pull/2638#discussion_r85596232 - Add snippet tests (optional for release)
These are the items required to reach feature completion.
sync_recognizesystem tests (Add Speech sync recognize system test. #2547)async_recognizesystem tests (Add speech async JSON/REST system tests. #2648)Cleanup
SpeechContextin tests. See: Update speech async_recognize tests #2700. (Fix bug with speech streaming speech_context. #2717)TranscripttoAlternative. (Rename Transcript to Alternative. #2666)Sample. #2516google-cloud-speechnot yet released. See: Add message about API not being available yet. #2620 (Remove speech package not yet released warning. #2732)Future Updates:
Sample.content(Decide how to handle stream vs bytes content in Speech streaming_recognize(). #2708)