Class TranscriptionSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.TranscriptionSettings
All Implemented Interfaces:
Serializable

public class TranscriptionSettings extends Object implements Serializable
TranscriptionSettings
See Also:
  • Constructor Details

    • TranscriptionSettings

      public TranscriptionSettings()
    • TranscriptionSettings

      public TranscriptionSettings(Boolean initWithEmptyList)
  • Method Details

    • transcription

      public TranscriptionSettings transcription(TranscriptionSettings.TranscriptionEnum transcription)
      Setting to enable/disable transcription capability
    • getTranscription

      public TranscriptionSettings.TranscriptionEnum getTranscription()
    • setTranscription

      public void setTranscription(TranscriptionSettings.TranscriptionEnum transcription)
    • transcriptionConfidenceThreshold

      public TranscriptionSettings transcriptionConfidenceThreshold(Integer transcriptionConfidenceThreshold)
      Configure confidence threshold. The possible values are from 1 to 100.
    • getTranscriptionConfidenceThreshold

      public Integer getTranscriptionConfidenceThreshold()
    • setTranscriptionConfidenceThreshold

      public void setTranscriptionConfidenceThreshold(Integer transcriptionConfidenceThreshold)
    • lowLatencyTranscriptionEnabled

      public TranscriptionSettings lowLatencyTranscriptionEnabled(Boolean lowLatencyTranscriptionEnabled)
      Boolean flag indicating whether low latency transcription via Notification API is enabled
    • getLowLatencyTranscriptionEnabled

      public Boolean getLowLatencyTranscriptionEnabled()
    • setLowLatencyTranscriptionEnabled

      public void setLowLatencyTranscriptionEnabled(Boolean lowLatencyTranscriptionEnabled)
    • contentSearchEnabled

      public TranscriptionSettings contentSearchEnabled(Boolean contentSearchEnabled)
      Setting to enable/disable content search
    • getContentSearchEnabled

      public Boolean getContentSearchEnabled()
    • setContentSearchEnabled

      public void setContentSearchEnabled(Boolean contentSearchEnabled)
    • pciDssRedactionEnabled

      public TranscriptionSettings pciDssRedactionEnabled(Boolean pciDssRedactionEnabled)
      Setting to enable/disable PCI DSS Redaction
    • getPciDssRedactionEnabled

      public Boolean getPciDssRedactionEnabled()
    • setPciDssRedactionEnabled

      public void setPciDssRedactionEnabled(Boolean pciDssRedactionEnabled)
    • piiRedactionEnabled

      public TranscriptionSettings piiRedactionEnabled(Boolean piiRedactionEnabled)
      Setting to enable/disable PII Redaction
    • getPiiRedactionEnabled

      public Boolean getPiiRedactionEnabled()
    • setPiiRedactionEnabled

      public void setPiiRedactionEnabled(Boolean piiRedactionEnabled)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object