generated/google/apis/vision_v1/classes.rb in google-api-client-0.9.19 vs generated/google/apis/vision_v1/classes.rb in google-api-client-0.9.20
- old
+ new
@@ -52,11 +52,11 @@
# Client image to perform Google Cloud Vision API tasks over.
# Corresponds to the JSON property `image`
# @return [Google::Apis::VisionV1::Image]
attr_accessor :image
- # Image context.
+ # Image context and/or feature-specific parameters.
# Corresponds to the JSON property `imageContext`
# @return [Google::Apis::VisionV1::ImageContext]
attr_accessor :image_context
# Requested features.
@@ -656,10 +656,10 @@
@position = args[:position] if args.key?(:position)
@type = args[:type] if args.key?(:type)
end
end
- # Image context.
+ # Image context and/or feature-specific parameters.
class ImageContext
include Google::Apis::Core::Hashable
# Rectangle determined by min and max LatLng pairs.
# Corresponds to the JSON property `latLongRect`