Skip to content

Commit be05894

Browse files
committed
Update package name in vision docs.
1 parent 179674b commit be05894

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/vision-face.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Vision Face
44
Face
55
~~~~
66

7-
.. automodule:: gcloud.vision.face
7+
.. automodule:: google.cloud.vision.face
88
:members:
99
:undoc-members:
1010
:show-inheritance:

docs/vision-image.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Image
1212
Geometry
1313
~~~~~~~~
1414

15-
.. automodule:: gcloud.vision.geometry
15+
.. automodule:: google.cloud.vision.geometry
1616
:members:
1717
:undoc-members:
1818
:show-inheritance:
1919

2020
Likelihood
2121
~~~~~~~~~~
2222

23-
.. automodule:: gcloud.vision.likelihood
23+
.. automodule:: google.cloud.vision.likelihood
2424
:members:
2525
:undoc-members:
2626
:show-inheritance:

docs/vision-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ You can call the detection method manually.
8585
.. code-block:: python
8686
8787
>>> from google.cloud import vision
88-
>>> from gcloud.vision.image import Feature
89-
>>> from gcloud.vision.image import FeatureTypes
88+
>>> from google.cloud.vision.image import Feature
89+
>>> from google.cloud.vision.image import FeatureTypes
9090
>>> client = vision.Client()
9191
>>> image = client.image('gs://my-test-bucket/image.jpg')
9292
>>> features = [Feature(FeatureTypes.FACE_DETECTION, 5),

0 commit comments

Comments
 (0)