class CognitiveVision::Category

Attributes

name[R]
score[R]

Public Class Methods

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