From 74a842fd3e32ff119705b0ea40e18337efe9a5fb Mon Sep 17 00:00:00 2001 From: Vishwaraj Anand Date: Mon, 25 Sep 2023 23:36:02 +0530 Subject: [PATCH] chore(docs): rename see Google to see \Google (#6647) --- src/SpeechClient.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SpeechClient.php b/src/SpeechClient.php index f9e3674..4a3048f 100644 --- a/src/SpeechClient.php +++ b/src/SpeechClient.php @@ -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: * ``` @@ -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. * @@ -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. * @@ -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: * ```