module Cotoha::Endpoint::RemoveFiller

Public Instance Methods

remove_filler(text:, do_segment: false) click to toggle source
# File lib/cotoha/endpoint/remove_filler.rb, line 4
def remove_filler(text:, do_segment: false)
  post('/api/dev/nlp/beta/remove_filler', text: text, do_segment: do_segment)
end