generated/google/apis/vision_v1/classes.rb in google-api-client-0.23.0 vs generated/google/apis/vision_v1/classes.rb in google-api-client-0.23.1
- old
+ new
@@ -2436,11 +2436,12 @@
# Relevant information for the image from the Internet.
class GoogleCloudVisionV1p2beta1WebDetection
include Google::Apis::Core::Hashable
- # Best guess text labels for the request image.
+ # The service's best guess as to the topic of the request image.
+ # Inferred from similar images on the open web.
# Corresponds to the JSON property `bestGuessLabels`
# @return [Array<Google::Apis::VisionV1::GoogleCloudVisionV1p2beta1WebDetectionWebLabel>]
attr_accessor :best_guess_labels
# Fully matching images from the Internet.
@@ -3745,10 +3746,11 @@
# Relevant information for the image from the Internet.
class WebDetection
include Google::Apis::Core::Hashable
- # Best guess text labels for the request image.
+ # The service's best guess as to the topic of the request image.
+ # Inferred from similar images on the open web.
# Corresponds to the JSON property `bestGuessLabels`
# @return [Array<Google::Apis::VisionV1::WebLabel>]
attr_accessor :best_guess_labels
# Fully matching images from the Internet.