Package com.mypurecloud.sdk.v2.model
Class TranscriptionSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.TranscriptionSettings
- All Implemented Interfaces:
Serializable
TranscriptionSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSetting to enable/disable transcription capability -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentSearchEnabled(Boolean contentSearchEnabled) Setting to enable/disable content searchbooleaninthashCode()lowLatencyTranscriptionEnabled(Boolean lowLatencyTranscriptionEnabled) Boolean flag indicating whether low latency transcription via Notification API is enabledpciDssRedactionEnabled(Boolean pciDssRedactionEnabled) Setting to enable/disable PCI DSS RedactionpiiRedactionEnabled(Boolean piiRedactionEnabled) Setting to enable/disable PII RedactionvoidsetContentSearchEnabled(Boolean contentSearchEnabled) voidsetLowLatencyTranscriptionEnabled(Boolean lowLatencyTranscriptionEnabled) voidsetPciDssRedactionEnabled(Boolean pciDssRedactionEnabled) voidsetPiiRedactionEnabled(Boolean piiRedactionEnabled) voidsetTranscription(TranscriptionSettings.TranscriptionEnum transcription) voidsetTranscriptionConfidenceThreshold(Integer transcriptionConfidenceThreshold) toString()transcription(TranscriptionSettings.TranscriptionEnum transcription) Setting to enable/disable transcription capabilitytranscriptionConfidenceThreshold(Integer transcriptionConfidenceThreshold) Configure confidence threshold.
-
Constructor Details
-
TranscriptionSettings
public TranscriptionSettings() -
TranscriptionSettings
-
-
Method Details
-
transcription
Setting to enable/disable transcription capability -
getTranscription
-
setTranscription
-
transcriptionConfidenceThreshold
public TranscriptionSettings transcriptionConfidenceThreshold(Integer transcriptionConfidenceThreshold) Configure confidence threshold. The possible values are from 1 to 100. -
getTranscriptionConfidenceThreshold
-
setTranscriptionConfidenceThreshold
-
lowLatencyTranscriptionEnabled
Boolean flag indicating whether low latency transcription via Notification API is enabled -
getLowLatencyTranscriptionEnabled
-
setLowLatencyTranscriptionEnabled
-
contentSearchEnabled
Setting to enable/disable content search -
getContentSearchEnabled
-
setContentSearchEnabled
-
pciDssRedactionEnabled
Setting to enable/disable PCI DSS Redaction -
getPciDssRedactionEnabled
-
setPciDssRedactionEnabled
-
piiRedactionEnabled
Setting to enable/disable PII Redaction -
getPiiRedactionEnabled
-
setPiiRedactionEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-