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

Instance Attribute Details

#interruption_filterTypes::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 'gems/aws-sdk-transcribeservice/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_filterTypes::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 'gems/aws-sdk-transcribeservice/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_filterTypes::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 'gems/aws-sdk-transcribeservice/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_filterTypes::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 'gems/aws-sdk-transcribeservice/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