Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-speech
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.1
Choose a base ref
...
head repository: googleapis/python-speech
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.0
Choose a head ref
  • 2 commits
  • 17 files changed
  • 3 contributors

Commits on Jul 5, 2023

  1. feat: add model and language_codes fields in RecognitionConfig

    …message + enable default `_` recognizer (#524)
    
    * feat: add `model` and `language_codes` fields in `RecognitionConfig` message + enable default `_` recognizer
    
    Enables specifying `model` and `language_codes` in requests without having to specify them in the Recognizer (they can still be specified in the Recognizer in the `default_recognition_config` field).
    
    Also enables using the recognizer ID `_` to perform recognition without explicitly creating a Recognizer resource.
    
    The top-level `model` and `language_codes` fields are deprecated in favor of the new fields added in the `RecognitionConfig` message. The old fields continue to work.
    
    PiperOrigin-RevId: 545698919
    
    Source-Link: googleapis/googleapis@e73fc8f
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/b77dfdfe3927e409875b2d8913f2574fa00a05a5
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjc3ZGZkZmUzOTI3ZTQwOTg3NWIyZDg5MTNmMjU3NGZhMDBhMDVhNSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    65971c5 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.21.0 (#525)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6ca5097 View commit details
    Browse the repository at this point in the history
Loading