Skip to content

Add generated code for Text to Speech service #858

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

Merged
merged 5 commits into from
Feb 6, 2018

Conversation

lpatino10
Copy link
Contributor

This PR adds the generated models and service class for Speech to Text.

All unit and integration tests have been updated to reflect the changes, and new ones have been added as necessary as well.

This service shouldn't require any manual changes post-generation.

@codecov-io
Copy link

codecov-io commented Feb 3, 2018

Codecov Report

Merging #858 into develop will decrease coverage by 0.24%.
The diff coverage is 65.18%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #858      +/-   ##
=============================================
- Coverage      56.23%   55.98%   -0.25%     
- Complexity      2214     2255      +41     
=============================================
  Files            496      514      +18     
  Lines          11993    12317     +324     
  Branches         675      684       +9     
=============================================
+ Hits            6744     6896     +152     
- Misses          4856     5024     +168     
- Partials         393      397       +4
Impacted Files Coverage Δ Complexity Δ
...r_cloud/text_to_speech/v1/model/Pronunciation.java 50% <ø> (ø) 2 <0> (ø) ⬇️
...oud/text_to_speech/v1/model/ListVoicesOptions.java 0% <0%> (ø) 0 <0> (?)
...oper_cloud/text_to_speech/v1/model/CustomWord.java 0% <0%> (ø) 0 <0> (?)
...per_cloud/text_to_speech/v1/model/VoiceModels.java 100% <100%> (ø) 3 <3> (?)
.../developer_cloud/text_to_speech/v1/model/Word.java 100% <100%> (ø) 7 <7> (?)
...oud/text_to_speech/v1/model/SupportedFeatures.java 14.28% <14.28%> (ø) 1 <1> (?)
...cloud/text_to_speech/v1/model/AddWordsOptions.java 48.27% <48.27%> (ø) 3 <3> (?)
...per_cloud/text_to_speech/v1/model/Translation.java 50% <50%> (ø) 3 <3> (?)
...developer_cloud/text_to_speech/v1/model/Words.java 50% <50%> (ø) 2 <2> (?)
..._cloud/text_to_speech/v1/model/AddWordOptions.java 56.75% <56.75%> (ø) 5 <5> (?)
... and 66 more

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 c4cb108...e53206a. Read the comment docs.

* languages, dialects, and voices. The service currently synthesizes text from US English, UK English, French, German,
* Italian, Japanese, Spanish, or Brazilian Portuguese into audio spoken in a male or female voice (the service supports
* only a single gender for some languages). The audio is streamed back to the client with minimal delay.
* ### API Overview
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the javadoc starting from API Overview

@lpatino10 lpatino10 changed the base branch from develop to next February 6, 2018 21:10
@lpatino10 lpatino10 merged commit e829d6f into next Feb 6, 2018
@lpatino10 lpatino10 deleted the codegen/text-to-speech branch February 6, 2018 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants