Cloud Natural Language v2 API - Enum ModerateTextRequest.Types.ModelVersion (1.0.0-beta05)

public enum ModerateTextRequest.Types.ModelVersion

Reference documentation and code samples for the Cloud Natural Language v2 API enum ModerateTextRequest.Types.ModelVersion.

The model version to use for ModerateText.

Namespace

Google.Cloud.Language.V2

Assembly

Google.Cloud.Language.V2.dll

Fields

Name Description
Unspecified

The default model version.

_1

Use the v1 model, this model is used by default when not provided. The v1 model only returns probability (confidence) score for each category.

_2

Use the v2 model. The v2 model only returns probability (confidence) score for each category, and returns severity score for a subset of the categories.