-
Notifications
You must be signed in to change notification settings - Fork 6.5k
/
Copy pathREADME.rst.in
49 lines (40 loc) · 1.25 KB
/
README.rst.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is used to generate README.rst
product:
name: Google Cloud Speech API
short_name: Cloud Speech API
url: https://cloud.google.com/speech/docs/
description: >
The `Google Cloud Speech API`_ enables easy integration of Google speech
recognition technologies into developer applications. Send audio and receive
a text transcription from the Cloud Speech API service.
- See the `migration guide`_ for information about migrating to Python client library v0.27.
.. _migration guide: https://cloud.google.com/speech/docs/python-client-migration
setup:
- auth
- install_deps
samples:
- name: Quickstart
file: quickstart.py
- name: Transcribe
file: transcribe.py
show_help: true
- name: Transcribe async
file: transcribe_async.py
show_help: true
- name: Transcribe with word time offsets
file: transcribe_word_time_offsets.py
show_help: true
- name: Transcribe Streaming
file: transcribe_streaming.py
show_help: true
- name: Transcribe Enhanced Models
file: transcribe_enhanced_model.py
show_help: true
- name: Transcribe Automatic Punctuation
file: transcribe_auto_punctuation.py
show_help: true
- name: Beta Samples
file: beta_snippets.py
show_help: true
cloud_client_library: true
folder: speech/cloud-client