Class MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration


  • public final class MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration
    extends java.lang.Object
    • Method Detail

      • contentIdentificationType

        public java.util.Optional<java.lang.String> contentIdentificationType()
        Returns:
        Labels all personally identifiable information (PII) identified in Transcript events.
      • contentRedactionType

        public java.util.Optional<java.lang.String> contentRedactionType()
        Returns:
        Redacts all personally identifiable information (PII) identified in Transcript events.
      • enablePartialResultsStabilization

        public java.util.Optional<java.lang.Boolean> enablePartialResultsStabilization()
        Returns:
        Enables partial result stabilization in Transcript events.
      • filterPartialResults

        public java.util.Optional<java.lang.Boolean> filterPartialResults()
        Returns:
        Filters partial Utterance events from delivery to the insights target.
      • languageCode

        public java.lang.String languageCode()
        Returns:
        Language code for the transcription model.
      • languageModelName

        public java.util.Optional<java.lang.String> languageModelName()
        Returns:
        Name of custom language model for transcription.
      • partialResultsStability

        public java.util.Optional<java.lang.String> partialResultsStability()
        Returns:
        Level of stability to use when partial results stabilization is enabled.
      • piiEntityTypes

        public java.util.Optional<java.lang.String> piiEntityTypes()
        Returns:
        Types of personally identifiable information (PII) to redact from a Transcript event.
      • showSpeakerLabel

        public java.util.Optional<java.lang.Boolean> showSpeakerLabel()
        Returns:
        Enables speaker partitioning (diarization) in your Transcript events.
      • vocabularyFilterMethod

        public java.util.Optional<java.lang.String> vocabularyFilterMethod()
        Returns:
        Method for applying a vocabulary filter to Transcript events.
      • vocabularyFilterName

        public java.util.Optional<java.lang.String> vocabularyFilterName()
        Returns:
        Name of the custom vocabulary filter to use when processing Transcript events.
      • vocabularyName

        public java.util.Optional<java.lang.String> vocabularyName()
        Returns:
        Name of the custom vocabulary to use when processing Transcript events.