Class: ImageAnalysis::VisionAnalyzer::Result
- Inherits:
-
Struct
- Object
- Struct
- ImageAnalysis::VisionAnalyzer::Result
- Defined in:
- app/services/image_analysis/vision_analyzer.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#error ⇒ Object
Returns the value of attribute error.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
43 44 45 |
# File 'app/services/image_analysis/vision_analyzer.rb', line 43 def description @description end |
#error ⇒ Object
Returns the value of attribute error
43 44 45 |
# File 'app/services/image_analysis/vision_analyzer.rb', line 43 def error @error end |
#success? ⇒ Object
Returns the value of attribute success?
43 44 45 |
# File 'app/services/image_analysis/vision_analyzer.rb', line 43
def success?
@success?
end
|