2
2
3
3
.. include :: multiprocessing.rst
4
4
5
- API Reference
6
- -------------
7
-
5
+ This package includes clients for multiple versions of Cloud Video Intelligence.
6
+ By default, you will get version ``videointelligence_v1 ``.
8
7
9
- This package includes clients for multiple versions of the Video Intelligence
10
- API. By default, you will get ``v1 ``, the latest stable version.
11
8
9
+ API Reference
10
+ -------------
12
11
.. toctree ::
13
12
:maxdepth: 2
14
13
15
14
videointelligence_v1/services
16
15
videointelligence_v1/types
17
16
18
- A beta release with additional features over the current stable version,
19
- spelled ``v1p3beta1 ``, is also provided.
20
- These are expected to move into the stable release; until then, the
21
- usual beta admonishment (changes are possible, etc.) applies.
22
-
23
- An API and type reference is provided for this beta:
24
-
17
+ API Reference
18
+ -------------
25
19
.. toctree ::
26
20
:maxdepth: 2
27
21
28
- videointelligence_v1p3beta1 /services
29
- videointelligence_v1p3beta1 /types
22
+ videointelligence_v1beta2 /services
23
+ videointelligence_v1beta2 /types
30
24
31
- The previous beta releases, spelled ``v1p2beta1 ``, ``v1p1beta1 ``, and
32
- ``v1beta2 ``, are provided to continue to support code previously written
33
- against them. In order to use ththem, you will want to import from e.g.
34
- ``google.cloud.videointelligence_v1beta2 `` in lieu of
35
- ``google.cloud.videointelligence_v1 ``.
25
+ API Reference
26
+ -------------
27
+ .. toctree ::
28
+ :maxdepth: 2
36
29
37
- An API and type reference is provided for these betas also:
30
+ videointelligence_v1p1beta1/services
31
+ videointelligence_v1p1beta1/types
38
32
33
+ API Reference
34
+ -------------
39
35
.. toctree ::
40
36
:maxdepth: 2
41
37
42
38
videointelligence_v1p2beta1/services
43
39
videointelligence_v1p2beta1/types
44
- videointelligence_v1p1beta1/services
45
- videointelligence_v1p1beta1/types
46
- videointelligence_v1beta2/services
47
- videointelligence_v1beta2/types
40
+
41
+ API Reference
42
+ -------------
43
+ .. toctree ::
44
+ :maxdepth: 2
45
+
46
+ videointelligence_v1p3beta1/services
47
+ videointelligence_v1p3beta1/types
48
48
49
49
50
50
Migration Guide
51
51
---------------
52
52
53
- See the guide below for instructions on migrating to the 2.x release of this library .
53
+ See the guide below for instructions on migrating to the latest version .
54
54
55
55
.. toctree ::
56
56
:maxdepth: 2
57
57
58
- UPGRADING
58
+ UPGRADING
59
59
60
60
61
61
Changelog
@@ -64,6 +64,6 @@ Changelog
64
64
For a list of all ``google-cloud-videointelligence `` releases:
65
65
66
66
.. toctree ::
67
- :maxdepth: 2
67
+ :maxdepth: 2
68
68
69
- changelog
69
+ changelog
0 commit comments