Skip to content
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

docs: Update SpeakerDiarizationConfig documentation. #2144

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:

synthtool > Executing /tmpfs/src/git/autosynth/working_repo/Speech/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
0.29.1: Pulling from googleapis/artman
Digest: sha256:b2a73f4dda03ef8fcaa973e3ba26d0cf34091f6c22c70add663af325931aef4d
Status: Image is up to date for googleapis/artman:0.29.1
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/speech/artman_speech_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-speech-v1.
synthtool > Running generator for google/cloud/speech/artman_speech_v1p1beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-speech-v1p1beta1.
synthtool > Replaced 'Copyright \\d{4}' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1p1beta1/SpeechClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/SpeechClientExtensionTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/SpeechClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1p1beta1/SpeechSmokeTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1/SpeechSmokeTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Snippet/V1/SpeechClientTest.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/StreamingRecognizeResponse_SpeechEventType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_MicrophoneDistance.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_InteractionType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_RecordingDeviceType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionConfig_AudioEncoding.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_OriginalMediaType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/StreamingRecognizeResponse_SpeechEventType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_MicrophoneDistance.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_InteractionType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_RecordingDeviceType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionConfig_AudioEncoding.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_OriginalMediaType.php.
synthtool > Replaced 'new SpeechClient' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '= AudioEncoding::' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionConfig' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionAudio' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new StreamingRecognizeRequest' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new SpeechClient' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '= AudioEncoding::' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionConfig' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionAudio' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new StreamingRecognizeRequest' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

@yoshi-automation yoshi-automation added the api: speech Issues related to the Speech-to-Text API. label Jul 26, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 26, 2019
@codecov
Copy link

codecov bot commented Jul 26, 2019

Codecov Report

Merging #2144 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2144   +/-   ##
=========================================
  Coverage     92.52%   92.52%           
  Complexity     4430     4430           
=========================================
  Files           305      305           
  Lines         13157    13157           
=========================================
  Hits          12173    12173           
  Misses          984      984

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4be7a7e...627e1bf. Read the comment docs.

@jdpedrie jdpedrie changed the title [CHANGE ME] Re-generated Speech to pick up changes in the API or client library generator. docs: Update SpeakerDiarizationConfig documentation. Jul 26, 2019
@jdpedrie jdpedrie merged commit cc0d8b6 into master Jul 26, 2019
@jdpedrie jdpedrie deleted the autosynth-speech branch July 26, 2019 14:46
dwsupplee pushed a commit that referenced this pull request Nov 4, 2019
* fix: close code snippet (#2140)

* chore: release 0.106.1 (#2142)

* updated Spanner/VERSION [ci skip]

* updated Spanner/src/SpannerClient.php [ci skip]

* updated composer.json [ci skip]

* updated docs/manifest.json [ci skip]

* updated CHANGELOG.md [ci skip]

* updated src/Version.php [ci skip]

* updated src/ServiceBuilder.php [ci skip]

* docs: Update `SpeakerDiarizationConfig` documentation. (#2144)

* feat: support uniform bucket-level access

* update service definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: speech Issues related to the Speech-to-Text API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants