Class: Aws::Types::VoiceEnhancementConfig
- Inherits:
-
Object
- Object
- Aws::Types::VoiceEnhancementConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#voice_enhancement_mode ⇒ "VOICE_ISOLATION", ...
Returns the value of attribute voice_enhancement_mode.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
9489 9490 9491 |
# File 'sig/types.rbs', line 9489 def channel @channel end |
#voice_enhancement_mode ⇒ "VOICE_ISOLATION", ...
Returns the value of attribute voice_enhancement_mode.
9490 9491 9492 |
# File 'sig/types.rbs', line 9490 def voice_enhancement_mode @voice_enhancement_mode end |