Module: Aws::TranscribeService::Types
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Defined Under Namespace
Classes: AbsoluteTimeRange, BadRequestException, CallAnalyticsJob, CallAnalyticsJobDetails, CallAnalyticsJobSettings, CallAnalyticsJobSummary, CallAnalyticsSkippedFeature, CategoryProperties, ChannelDefinition, ConflictException, ContentRedaction, CreateCallAnalyticsCategoryRequest, CreateCallAnalyticsCategoryResponse, CreateLanguageModelRequest, CreateLanguageModelResponse, CreateMedicalVocabularyRequest, CreateMedicalVocabularyResponse, CreateVocabularyFilterRequest, CreateVocabularyFilterResponse, CreateVocabularyRequest, CreateVocabularyResponse, DeleteCallAnalyticsCategoryRequest, DeleteCallAnalyticsCategoryResponse, DeleteCallAnalyticsJobRequest, DeleteCallAnalyticsJobResponse, DeleteLanguageModelRequest, DeleteMedicalScribeJobRequest, DeleteMedicalTranscriptionJobRequest, DeleteMedicalVocabularyRequest, DeleteTranscriptionJobRequest, DeleteVocabularyFilterRequest, DeleteVocabularyRequest, DescribeLanguageModelRequest, DescribeLanguageModelResponse, GetCallAnalyticsCategoryRequest, GetCallAnalyticsCategoryResponse, GetCallAnalyticsJobRequest, GetCallAnalyticsJobResponse, GetMedicalScribeJobRequest, GetMedicalScribeJobResponse, GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse, GetMedicalVocabularyRequest, GetMedicalVocabularyResponse, GetTranscriptionJobRequest, GetTranscriptionJobResponse, GetVocabularyFilterRequest, GetVocabularyFilterResponse, GetVocabularyRequest, GetVocabularyResponse, InputDataConfig, InternalFailureException, InterruptionFilter, JobExecutionSettings, LanguageCodeItem, LanguageIdSettings, LanguageModel, LimitExceededException, ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse, ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse, ListLanguageModelsRequest, ListLanguageModelsResponse, ListMedicalScribeJobsRequest, ListMedicalScribeJobsResponse, ListMedicalTranscriptionJobsRequest, ListMedicalTranscriptionJobsResponse, ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, ListTranscriptionJobsRequest, ListTranscriptionJobsResponse, ListVocabulariesRequest, ListVocabulariesResponse, ListVocabularyFiltersRequest, ListVocabularyFiltersResponse, Media, MedicalScribeChannelDefinition, MedicalScribeJob, MedicalScribeJobSummary, MedicalScribeOutput, MedicalScribeSettings, MedicalTranscript, MedicalTranscriptionJob, MedicalTranscriptionJobSummary, MedicalTranscriptionSetting, ModelSettings, NonTalkTimeFilter, NotFoundException, RelativeTimeRange, Rule, SentimentFilter, Settings, StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse, StartMedicalScribeJobRequest, StartMedicalScribeJobResponse, StartMedicalTranscriptionJobRequest, StartMedicalTranscriptionJobResponse, StartTranscriptionJobRequest, StartTranscriptionJobResponse, Subtitles, SubtitlesOutput, Summarization, Tag, TagResourceRequest, TagResourceResponse, ToxicityDetectionSettings, Transcript, TranscriptFilter, TranscriptionJob, TranscriptionJobSummary, UntagResourceRequest, UntagResourceResponse, UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse, UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse, UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse, UpdateVocabularyRequest, UpdateVocabularyResponse, VocabularyFilterInfo, VocabularyInfo
Instance Attribute Summary collapse
-
#interruption_filter ⇒ Types::InterruptionFilter
Flag the presence or absence of interruptions in your Call Analytics transcription output.
-
#non_talk_time_filter ⇒ Types::NonTalkTimeFilter
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
-
#sentiment_filter ⇒ Types::SentimentFilter
Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
-
#transcript_filter ⇒ Types::TranscriptFilter
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
Instance Attribute Details
#interruption_filter ⇒ Types::InterruptionFilter
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3706 class Rule < Struct.new( :non_talk_time_filter, :interruption_filter, :transcript_filter, :sentiment_filter, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class NonTalkTimeFilter < Rule; end class InterruptionFilter < Rule; end class TranscriptFilter < Rule; end class SentimentFilter < Rule; end class Unknown < Rule; end end |
#non_talk_time_filter ⇒ Types::NonTalkTimeFilter
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3706 class Rule < Struct.new( :non_talk_time_filter, :interruption_filter, :transcript_filter, :sentiment_filter, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class NonTalkTimeFilter < Rule; end class InterruptionFilter < Rule; end class TranscriptFilter < Rule; end class SentimentFilter < Rule; end class Unknown < Rule; end end |
#sentiment_filter ⇒ Types::SentimentFilter
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3706 class Rule < Struct.new( :non_talk_time_filter, :interruption_filter, :transcript_filter, :sentiment_filter, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class NonTalkTimeFilter < Rule; end class InterruptionFilter < Rule; end class TranscriptFilter < Rule; end class SentimentFilter < Rule; end class Unknown < Rule; end end |
#transcript_filter ⇒ Types::TranscriptFilter
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3706 class Rule < Struct.new( :non_talk_time_filter, :interruption_filter, :transcript_filter, :sentiment_filter, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class NonTalkTimeFilter < Rule; end class InterruptionFilter < Rule; end class TranscriptFilter < Rule; end class SentimentFilter < Rule; end class Unknown < Rule; end end |