Skip to content

Commit 7c995cb

Browse files
sirtorrybshaffer
authored andcommitted
fix region tag (GoogleCloudPlatform#572)
1 parent 966857b commit 7c995cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vision/src/detect_text_gcs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
// [START vision_text_detection]
18+
// [START vision_text_detection_gcs]
1919
namespace Google\Cloud\Samples\Vision;
2020

2121
use Google\Cloud\Vision\V1\ImageAnnotatorClient;
@@ -43,4 +43,4 @@ function detect_text_gcs($path)
4343
print('Bounds: ' . join(', ',$bounds) . PHP_EOL);
4444
}
4545
}
46-
// [END vision_text_detection]
46+
// [END vision_text_detection_gcs]

0 commit comments

Comments
 (0)