class CognitiveVision::Face

Attributes

age[R]
gender[R]

Public Class Methods

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