Class: Aws::LexModelsV2::Types::SlotResolutionTestResultItemCounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotResolutionTestResultItemCounts
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Information about the counts for a slot resolution in the results of a test execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slot_match_result_counts ⇒ Hash<String,Integer>
The number of matched and mismatched results for slot resolution for the slot.
-
#speech_transcription_result_counts ⇒ Hash<String,Integer>
The number of matched, mismatched and execution error results for speech transcription for the slot.
-
#total_result_count ⇒ Integer
The total number of results.
Instance Attribute Details
#slot_match_result_counts ⇒ Hash<String,Integer>
The number of matched and mismatched results for slot resolution for the slot.
11747 11748 11749 11750 11751 11752 11753 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11747 class SlotResolutionTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :slot_match_result_counts) SENSITIVE = [] include Aws::Structure end |
#speech_transcription_result_counts ⇒ Hash<String,Integer>
The number of matched, mismatched and execution error results for speech transcription for the slot.
11747 11748 11749 11750 11751 11752 11753 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11747 class SlotResolutionTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :slot_match_result_counts) SENSITIVE = [] include Aws::Structure end |
#total_result_count ⇒ Integer
The total number of results.
11747 11748 11749 11750 11751 11752 11753 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11747 class SlotResolutionTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :slot_match_result_counts) SENSITIVE = [] include Aws::Structure end |