android-docs-samples
android-docs-samples copied to clipboard
Hello, The short version is, would it be possible to rebuild the speech, and specifically streaming speech projects so they do not currently fail. Currently these samples are non functional...
Hi, Google Speech-to-Text API stopped working when progurard is enabled in Android app. release { minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } I am using Speech-to-Text Client Libraries. App's...
grpcVersion upgrade to 1.32.2 build error when use speech library, android sample can not use ,please adapter the grpc to new version OK?
please update the example with long audio recognize
I am trying to secure my Android application. It uses authentication provided by Google Firebase, I also store some information using Firebase Real-time database, and finally, the main functionality of...
This is an empty configuration file to activate snippet-bot: https://github.com/googleapis/repo-automation-bots/tree/master/packages/snippet-bot
Hi, I am trying to put an easy mechanism (if it exists on client side, better than a second server) to limit API calls on each client daily. Other Google...
When I added the firebase-inappmessaging dependencies. I encountered the following error in compile time. ``` Duplicate class com.google.api.Advice found in modules classes.jar (com.google.firebase:protolite-well-known-types:17.0.0) and proto-google-common-protos-1.16.0.jar (com.google.api.grpc:proto-google-common-protos:1.16.0) Duplicate class com.google.api.Advice$1 found...