We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966857b commit 7c995cbCopy full SHA for 7c995cb
vision/src/detect_text_gcs.php
@@ -15,7 +15,7 @@
15
* limitations under the License.
16
*/
17
18
-// [START vision_text_detection]
+// [START vision_text_detection_gcs]
19
namespace Google\Cloud\Samples\Vision;
20
21
use Google\Cloud\Vision\V1\ImageAnnotatorClient;
@@ -43,4 +43,4 @@ function detect_text_gcs($path)
43
print('Bounds: ' . join(', ',$bounds) . PHP_EOL);
44
}
45
46
-// [END vision_text_detection]
+// [END vision_text_detection_gcs]
0 commit comments