Class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p6beta1ImageQuality
- Inherits:
-
Object
- Object
- Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p6beta1ImageQuality
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1p2beta1/classes.rb,
generated/google/apis/vision_v1p2beta1/representations.rb,
generated/google/apis/vision_v1p2beta1/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
11718 11719 11720 |
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 11718 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11723 11724 |
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 11723 def update!(**args) end |