class Datawow::TextJa

Attributes

project_key[W]

Public Class Methods

new(token = nil) click to toggle source
# File lib/datawow/models/texts/text_ja.rb, line 10
def initialize(token = nil)
  @project_key = token
  @type = :text
  @query_str = false
  @path = 'text_ai/text_ja'
end