We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed37b39 commit e84a183Copy full SHA for e84a183
speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/AudioRequestFactory.java
@@ -14,8 +14,6 @@
14
* limitations under the License.
15
*/
16
17
-// AudioRequestFactory takes a URI as an input and creates an AudioRequest
18
-// The factory takes as input files of type local and gs
19
20
package com.google.cloud.speech.grpc.demos;
21
@@ -33,6 +31,10 @@
33
31
import java.nio.file.Path;
34
32
import java.nio.file.Paths;
35
+/*
+ * AudioRequestFactory takes a URI as an input and creates an AudioRequest. The URI can point to a
36
+ * local file or a file on google cloud storage.
37
+ */
38
public class AudioRequestFactory {
39
40
private static final String FILE = "file";
0 commit comments