public enum AdvancedVoiceOptions.Types.HarmBlockThresholdReference documentation and code samples for the Google Cloud Text-to-Speech v1 API enum AdvancedVoiceOptions.Types.HarmBlockThreshold.
Harm block thresholds for the safety settings.
Namespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Fields |
|
|---|---|
| Name | Description |
BlockLowAndAbove |
Block content with a low harm probability or higher. |
BlockMediumAndAbove |
Block content with a medium harm probability or higher. |
BlockNone |
Do not block any content, regardless of its harm probability. |
BlockOnlyHigh |
Block content with a high harm probability. |
Off |
Turn off the safety filter entirely. |
Unspecified |
The harm block threshold is unspecified. |