Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit ad9a2aa

Browse files
feat(v1p1beta1): Add speech adaptation, phrase sets, and custom classes (#156)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1c84af50-9aa2-4fc6-bdbf-c12d2ad27edb/targets
1 parent 10b6412 commit ad9a2aa

30 files changed

+7782
-308
lines changed

google-cloud-speech-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<version>0.5.0</version>
1212
</parent>
1313

14-
<name>Google Cloud speech BOM</name>
14+
<name>Google Cloud Speech BOM</name>
1515
<url>https://github.com/googleapis/java-speech</url>
1616
<description>
1717
BOM for Google Cloud Speech
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
12+
<method>boolean contains*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7012</differenceType>
16+
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
17+
<method>boolean has*(*)</method>
18+
</difference>
19+
</differences>

proto-google-cloud-speech-v1p1beta1/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,13 @@
2323
<artifactId>proto-google-common-protos</artifactId>
2424
<scope>compile</scope>
2525
</dependency>
26+
<dependency>
27+
<groupId>com.google.guava</groupId>
28+
<artifactId>guava</artifactId>
29+
</dependency>
30+
<dependency>
31+
<groupId>com.google.api</groupId>
32+
<artifactId>api-common</artifactId>
33+
</dependency>
2634
</dependencies>
2735
</project>

0 commit comments

Comments
 (0)