Class: Aws::Types::VoiceSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine ⇒ "standard", ...

Returns the value of attribute engine.

Returns:

  • ("standard", "neural", "long-form", "generative")


3907
3908
3909
# File 'sig/types.rbs', line 3907

def engine
  @engine
end

#voice_id ⇒ ::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


3908
3909
3910
# File 'sig/types.rbs', line 3908

def voice_id
  @voice_id
end