Class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageQuality
- Inherits:
-
Object
- Object
- Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageQuality
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1/classes.rb,
generated/google/apis/vision_v1/representations.rb,
generated/google/apis/vision_v1/representations.rb
Overview
Stores image quality scores, could be aesthetic quality or technical quality.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudVisionV1p6beta1ImageQuality
constructor
A new instance of GoogleCloudVisionV1p6beta1ImageQuality.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVisionV1p6beta1ImageQuality
Returns a new instance of GoogleCloudVisionV1p6beta1ImageQuality
11527 11528 11529 |
# File 'generated/google/apis/vision_v1/classes.rb', line 11527 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11532 11533 |
# File 'generated/google/apis/vision_v1/classes.rb', line 11532 def update!(**args) end |