Class: Aws::LexModelsV2::Types::TranscriptFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TranscriptFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The object representing the filter that Amazon Lex will use to select the appropriate transcript.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_transcript_filter ⇒ Types::LexTranscriptFilter
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
Instance Attribute Details
#lex_transcript_filter ⇒ Types::LexTranscriptFilter
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
14838 14839 14840 14841 14842 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14838 class TranscriptFilter < Struct.new( :lex_transcript_filter) SENSITIVE = [] include Aws::Structure end |