Class: Aws::LexModelsV2::Types::DeepgramSpeechModelConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeepgramSpeechModelConfig
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Configuration settings for integrating Deepgram speech-to-text models with Amazon Lex.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_token_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
-
#model_id ⇒ String
The identifier of the Deepgram speech-to-text model to use for processing speech input.
Instance Attribute Details
#api_token_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
5073 5074 5075 5076 5077 5078 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5073 class DeepgramSpeechModelConfig < Struct.new( :api_token_secret_arn, :model_id) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The identifier of the Deepgram speech-to-text model to use for processing speech input.
5073 5074 5075 5076 5077 5078 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5073 class DeepgramSpeechModelConfig < Struct.new( :api_token_secret_arn, :model_id) SENSITIVE = [] include Aws::Structure end |