class CognitiveVision::DescriptionCaption

Attributes

confidence[R]
text[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/cognitive_vision/description_caption.rb, line 5
def initialize(options = {})
  @confidence = options.fetch(:confidence)
  @text       = options.fetch(:text)
end