Class: Cielo24::CommonOptions
- Inherits:
-
BaseOptions
- Object
- BaseOptions
- Cielo24::CommonOptions
- Defined in:
- lib/cielo24/options.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#elementlist_version ⇒ Object
Returns the value of attribute elementlist_version.
-
#emit_speaker_change_token_as ⇒ Object
Returns the value of attribute emit_speaker_change_token_as.
-
#mask_profanity ⇒ Object
Returns the value of attribute mask_profanity.
-
#remove_disfluencies ⇒ Object
Returns the value of attribute remove_disfluencies.
-
#remove_sound_references ⇒ Object
Returns the value of attribute remove_sound_references.
-
#remove_sounds_list ⇒ Object
Returns the value of attribute remove_sounds_list.
-
#replace_slang ⇒ Object
Returns the value of attribute replace_slang.
-
#sound_boundaries ⇒ Object
Returns the value of attribute sound_boundaries.
Instance Method Summary collapse
-
#initialize ⇒ CommonOptions
constructor
A new instance of CommonOptions.
Methods inherited from BaseOptions
#get_hash, #populate_from_hash, #populate_from_key_value_pair, #to_query
Constructor Details
#initialize ⇒ CommonOptions
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_version ⇒ Object
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_as ⇒ Object
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_profanity ⇒ Object
Returns the value of attribute mask_profanity.
48 49 50 |
# File 'lib/cielo24/options.rb', line 48 def mask_profanity @mask_profanity end |
#remove_disfluencies ⇒ Object
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_references ⇒ Object
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_list ⇒ Object
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_slang ⇒ Object
Returns the value of attribute replace_slang.
52 53 54 |
# File 'lib/cielo24/options.rb', line 52 def replace_slang @replace_slang end |
#sound_boundaries ⇒ Object
Returns the value of attribute sound_boundaries.
53 54 55 |
# File 'lib/cielo24/options.rb', line 53 def sound_boundaries @sound_boundaries end |