class Picguard::Configuration

Attributes

google_api_key[RW]
threshold_adult[RW]
threshold_face[RW]
threshold_violence[RW]

Public Class Methods

new() click to toggle source
# File lib/configuration.rb, line 5
def initialize
  @threshold_adult = "POSSIBLE"
  @threshold_violence = "POSSIBLE"
  @threshold_face = 0.7
end