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

feat(v1p1beta1): Add speech adaptation, phrase sets, and custom classes #156

Merged
merged 3 commits into from Apr 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion google-cloud-speech-bom/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>0.5.0</version>
</parent>

<name>Google Cloud speech BOM</name>
<name>Google Cloud Speech BOM</name>
<url>https://github.com/googleapis/java-speech</url>
<description>
BOM for Google Cloud Speech
Expand Down
19 changes: 19 additions & 0 deletions proto-google-cloud-speech-v1p1beta1/clirr-ignored-differences.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>
8 changes: 8 additions & 0 deletions proto-google-cloud-speech-v1p1beta1/pom.xml
Expand Up @@ -23,5 +23,13 @@
<artifactId>proto-google-common-protos</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>
</dependencies>
</project>