Class: Aws::LexModelsV2::Types::SpeechFoundationModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SpeechFoundationModel
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Configuration for a foundation model used for speech synthesis and recognition capabilities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the foundation model used for speech processing.
-
#voice_id ⇒ String
The identifier of the voice to use for speech synthesis with the foundation model.
Instance Attribute Details
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the foundation model used for speech processing.
13161 13162 13163 13164 13165 13166 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13161 class SpeechFoundationModel < Struct.new( :model_arn, :voice_id) SENSITIVE = [] include Aws::Structure end |
#voice_id ⇒ String
The identifier of the voice to use for speech synthesis with the foundation model.
13161 13162 13163 13164 13165 13166 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13161 class SpeechFoundationModel < Struct.new( :model_arn, :voice_id) SENSITIVE = [] include Aws::Structure end |