Google Cloud Text-to-Speech v1beta1 API - Enum AdvancedVoiceOptions.Types.HarmBlockThreshold (2.0.0-beta18)

public enum AdvancedVoiceOptions.Types.HarmBlockThreshold

Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API enum AdvancedVoiceOptions.Types.HarmBlockThreshold.

Harm block thresholds for the safety settings.

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.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.