Skip to content

Commit

Permalink
chore(docs): rename see Google to see \Google (#6647)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored Sep 25, 2023
1 parent 11a5d22 commit 74a842f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* Please note this client will be deprecated in our next release. In order
* to receive the latest features and updates, please take
* the time to familiarize yourself with {@see Google\Cloud\Speech\V1\SpeechClient}.
* the time to familiarize yourself with {@see \Google\Cloud\Speech\V1\SpeechClient}.
*
* Example:
* ```
Expand Down Expand Up @@ -174,7 +174,7 @@ public function __construct(array $config = [])
* be a resource, string of bytes, a URI pointing to a
* Google Cloud Storage object in the format of
* `gs://{bucket-name}/{object-name}` or a
* {@see Google\Cloud\Storage\StorageObject}.
* {@see \Google\Cloud\Storage\StorageObject}.
* @param array $options [optional] {
* Configuration options.
*
Expand Down Expand Up @@ -303,7 +303,7 @@ public function recognize($audio, array $options = [])
* be a resource, string of bytes, a URI pointing to a
* Google Cloud Storage object in the format of
* `gs://{bucket-name}/{object-name}` or a
* {@see Google\Cloud\Storage\StorageObject}.
* {@see \Google\Cloud\Storage\StorageObject}.
* @param array $options [optional] {
* Configuration options.
*
Expand Down Expand Up @@ -364,7 +364,7 @@ public function beginRecognizeOperation($audio, array $options = [])
/**
* Lazily instantiates an operation. There are no network requests made at
* this point. To see the operations that can be performed on an operation
* please see {@see Google\Cloud\Speech\Operation}.
* please see {@see \Google\Cloud\Speech\Operation}.
*
* Example:
* ```
Expand Down

0 comments on commit 74a842f

Please sign in to comment.