Skip to content

Commit

Permalink
adds async local tags
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami committed Aug 20, 2018
1 parent a7cccfc commit 269635b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ public static void syncRecognizeGcs(String gcsUri) throws Exception {
}
// [END speech_transcribe_sync_gcs]

// [START speech_transcribe_async]
/**
* Performs non-blocking speech recognition on raw PCM audio and prints the transcription. Note
* that transcription is limited to 60 seconds audio.
Expand Down Expand Up @@ -298,6 +299,7 @@ public static void asyncRecognizeFile(String fileName) throws Exception {
}
}
}
// [END speech_transcribe_async]

// [START speech_transcribe_async_time_offsets_gcs]
/**
Expand Down

0 comments on commit 269635b

Please sign in to comment.