Skip to content

Commit f3302e7

Browse files
committed
Additional samples in GA - model-selection
1 parent 64fbff5 commit f3302e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

speech/beta/src/main/java/com/example/speech/Recognize.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ public static void main(String... args) throws Exception {
8787
}
8888
}
8989

90-
91-
9290
// [START speech_transcribe_recognition_metadata_beta]
9391
/**
9492
* Transcribe the given audio file and include recognition metadata in the request.

speech/cloud-client/src/main/java/com/example/speech/Recognize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ public static void main(String... args) throws Exception {
112112
} else {
113113
transcribeModelSelection(path);
114114
}
115-
}
116115
}
116+
}
117117

118118
// [START speech_transcribe_sync]
119119
/**

0 commit comments

Comments
 (0)