Module: Aws::TranscribeService::Types
- Defined in:
- gems/aws-sdk-transcribeservice/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.
3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3731 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.
3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3731 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.
3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3731 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.
3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3731 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 |