Class: ImageAnalysis::VisionAnalyzer::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/image_analysis/vision_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



38
39
40
# File 'app/services/image_analysis/vision_analyzer.rb', line 38

def description
  @description
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of success?



38
39
40
# File 'app/services/image_analysis/vision_analyzer.rb', line 38

def success?
  @success?
end