SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AzureContentSafetyOutput

    Filter configuration for Azure Content Safety

    type AzureContentSafetyOutput = {
        hate?: AzureThreshold;
        protected_material_code?: boolean;
        self_harm?: AzureThreshold;
        sexual?: AzureThreshold;
        violence?: AzureThreshold;
    }
    Index

    Properties

    protected_material_code?: boolean

    Detect protected code content from known GitHub repositories. The scan includes software libraries, source code, algorithms, and other proprietary programming content.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    self_harm?: AzureThreshold
    violence?: AzureThreshold