Skip to content

Commit e84a183

Browse files
committed
added comment to class javadoc
1 parent ed37b39 commit e84a183

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/AudioRequestFactory.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
// AudioRequestFactory takes a URI as an input and creates an AudioRequest
18-
// The factory takes as input files of type local and gs
1917

2018
package com.google.cloud.speech.grpc.demos;
2119

@@ -33,6 +31,10 @@
3331
import java.nio.file.Path;
3432
import java.nio.file.Paths;
3533

34+
/*
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+
*/
3638
public class AudioRequestFactory {
3739

3840
private static final String FILE = "file";

0 commit comments

Comments
 (0)