Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and Description |
---|---|
static ProfanityTranscriptionFilter.Mode |
ProfanityTranscriptionFilter.Mode.create(String key) |
ProfanityTranscriptionFilter.Mode |
ProfanityTranscriptionFilter.getMode()
MASK : Will mask detected profanity in transcription. |
static ProfanityTranscriptionFilter.Mode |
ProfanityTranscriptionFilter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfanityTranscriptionFilter.Mode[] |
ProfanityTranscriptionFilter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProfanityTranscriptionFilter.Builder |
ProfanityTranscriptionFilter.Builder.mode(ProfanityTranscriptionFilter.Mode mode)
MASK : Will mask detected profanity in transcription. |
Constructor and Description |
---|
ProfanityTranscriptionFilter(ProfanityTranscriptionFilter.Mode mode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.