module Datawow

Constants

VERSION

Attributes

project_key[RW]

Public Class Methods

document_verification() click to toggle source
# File lib/datawow.rb, line 81
def document_verification
  DocumentVerification.new
end
image_choice() click to toggle source
# File lib/datawow.rb, line 65
def image_choice
  ImageChoice.new
end
image_closed_question() click to toggle source
# File lib/datawow.rb, line 57
def image_closed_question
  ImageClosedQuestion.new
end
image_message() click to toggle source
# File lib/datawow.rb, line 69
def image_message
  ImageMessage.new
end
image_photo_tag() click to toggle source
# File lib/datawow.rb, line 61
def image_photo_tag
  ImagePhotoTag.new
end
moderation() click to toggle source
# File lib/datawow.rb, line 85
def moderation
  Moderation.new
end
nanameue_human() click to toggle source
# File lib/datawow.rb, line 77
def nanameue_human
  NanameueHuman.new
end
prediction() click to toggle source
# File lib/datawow.rb, line 73
def prediction
  Predictor.new
end
setup() { |self| ... } click to toggle source
# File lib/datawow.rb, line 33
def setup
  yield self
end
text_category() click to toggle source
# File lib/datawow.rb, line 45
def text_category
  TextCategory.new
end
text_closed_question() click to toggle source
# File lib/datawow.rb, line 41
def text_closed_question
  TextClosedQuestion.new
end
text_conversation() click to toggle source
# File lib/datawow.rb, line 49
def text_conversation
  TextConversation.new
end
text_ja() click to toggle source
# File lib/datawow.rb, line 53
def text_ja
  TextJa.new
end
video_classification() click to toggle source
# File lib/datawow.rb, line 37
def video_classification
  VideoClassification.new
end