Class: ImageAnalysis::VisionAnalyzer::Result
- Inherits:
-
Struct
- Object
- Struct
- ImageAnalysis::VisionAnalyzer::Result
- Defined in:
- app/services/image_analysis/vision_analyzer.rb
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
38 39 40 |
# File 'app/services/image_analysis/vision_analyzer.rb', line 38 def description @description end |
#error ⇒ Object
Returns the value of attribute error
38 39 40 |
# File 'app/services/image_analysis/vision_analyzer.rb', line 38 def error @error end |
#success? ⇒ Object
Returns the value of attribute success?
38 39 40 |
# File 'app/services/image_analysis/vision_analyzer.rb', line 38
def success?
@success?
end
|