Class: CSTM2::CareerVoice

Inherits:
Object
  • Object
show all
Defined in:
lib/cstm2.rb

Overview

careervoice model family (cstm_vc_* keys)

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ CareerVoice

Returns a new instance of CareerVoice.



180
# File 'lib/cstm2.rb', line 180

def initialize(client) = @c = client

Instance Method Details

#synthesise(**body) ⇒ Object



182
# File 'lib/cstm2.rb', line 182

def synthesise(**body) = @c.post('/v1/careervoice/synthesise', body)