generated/google/apis/vision_v1/classes.rb in google-api-client-0.9.3 vs generated/google/apis/vision_v1/classes.rb in google-api-client-0.9.4
- old
+ new
@@ -755,19 +755,19 @@
# A bounding polygon for the detected image annotation.
# Corresponds to the JSON property `boundingPoly`
# @return [Google::Apis::VisionV1::BoundingPoly]
attr_accessor :bounding_poly
- # The location information for the recognized entity. Multiple
+ # The location information for the detected entity. Multiple
# <code>LocationInfo</code> elements can be present since one location may
# indicate the location of the scene in the query image, and another the
# location of the place where the query image was taken. Location information
# is usually present for landmarks.
# Corresponds to the JSON property `locations`
# @return [Array<Google::Apis::VisionV1::LocationInfo>]
attr_accessor :locations
- # The accuracy of the entity recognition in an image.
+ # The accuracy of the entity detection in an image.
# For example, for an image containing 'Eiffel Tower,' this field represents
# the confidence that there is a tower in the query image. Range [0, 1].
# Corresponds to the JSON property `confidence`
# @return [Float]
attr_accessor :confidence