Class: Cielo24::CommonOptions

Inherits:
BaseOptions show all
Defined in:
lib/cielo24/options.rb

Direct Known Subclasses

CaptionOptions, TranscriptOptions

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseOptions

#get_hash, #populate_from_hash, #populate_from_key_value_pair, #to_query

Constructor Details

#initializeCommonOptions

Returns a new instance of CommonOptions.



55
56
57
58
59
60
61
62
63
64
# File 'lib/cielo24/options.rb', line 55

def initialize
  @elementlist_version = nil
  @emit_speaker_change_token_as = nil
  @mask_profanity = nil
  @remove_disfluencies = nil
  @remove_sounds_list = nil
  @remove_sound_references = nil
  @replace_slang = nil
  @sound_boundaries = nil
end

Instance Attribute Details

#elementlist_versionObject

Returns the value of attribute elementlist_version.



46
47
48
# File 'lib/cielo24/options.rb', line 46

def elementlist_version
  @elementlist_version
end

#emit_speaker_change_token_asObject

Returns the value of attribute emit_speaker_change_token_as.



47
48
49
# File 'lib/cielo24/options.rb', line 47

def emit_speaker_change_token_as
  @emit_speaker_change_token_as
end

#mask_profanityObject

Returns the value of attribute mask_profanity.



48
49
50
# File 'lib/cielo24/options.rb', line 48

def mask_profanity
  @mask_profanity
end

#remove_disfluenciesObject

Returns the value of attribute remove_disfluencies.



49
50
51
# File 'lib/cielo24/options.rb', line 49

def remove_disfluencies
  @remove_disfluencies
end

#remove_sound_referencesObject

Returns the value of attribute remove_sound_references.



51
52
53
# File 'lib/cielo24/options.rb', line 51

def remove_sound_references
  @remove_sound_references
end

#remove_sounds_listObject

Returns the value of attribute remove_sounds_list.



50
51
52
# File 'lib/cielo24/options.rb', line 50

def remove_sounds_list
  @remove_sounds_list
end

#replace_slangObject

Returns the value of attribute replace_slang.



52
53
54
# File 'lib/cielo24/options.rb', line 52

def replace_slang
  @replace_slang
end

#sound_boundariesObject

Returns the value of attribute sound_boundaries.



53
54
55
# File 'lib/cielo24/options.rb', line 53

def sound_boundaries
  @sound_boundaries
end