Class: Aws::LexModelsV2::Types::AudioSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AudioSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies the audio input specifications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_timeout_ms ⇒ Integer
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
-
#max_length_ms ⇒ Integer
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
Instance Attribute Details
#end_timeout_ms ⇒ Integer
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1603 class AudioSpecification < Struct.new( :max_length_ms, :end_timeout_ms) SENSITIVE = [] include Aws::Structure end |
#max_length_ms ⇒ Integer
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1603 class AudioSpecification < Struct.new( :max_length_ms, :end_timeout_ms) SENSITIVE = [] include Aws::Structure end |