Skip to content

Commit

Permalink
Add region tags for streaming sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey committed Apr 3, 2018
1 parent 52c515a commit e7f1eb8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ public static void transcribeGcsWithAutomaticPunctuation(String gcsUri) throws E
}
// [END speech_async_recognize_gcs_punctuation]

// [START speech_stream_recognize_punctuation]
/**
* Performs streaming speech recognition on raw PCM audio data.
*
Expand Down Expand Up @@ -676,4 +677,5 @@ public SettableFuture<List<T>> future() {
}
}
}
// [END speech_stream_recognize_punctuation]
}

0 comments on commit e7f1eb8

Please sign in to comment.