Class: Aws::LexModelsV2::Types::DeepgramSpeechModelConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_token_secret_arnString

The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.

Returns:

  • (String)


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_idString

The identifier of the Deepgram speech-to-text model to use for processing speech input.

Returns:

  • (String)


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