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 3447327 commit ff23358Copy full SHA for ff23358
vision/quickstart.rb
@@ -24,10 +24,10 @@
24
vision = gcloud.vision
25
26
# The name of the image file to annotate
27
-fileName = "./images/cat.jpg"
+file_name = "./images/cat.jpg"
28
29
# Performs label detection on the image file
30
-labels = vision.image(fileName).labels
+labels = vision.image(file_name).labels
31
32
puts "Labels:"
33
labels.each do |label|
0 commit comments