Google Cloud Natural Language v1 API - Class ModerateTextResponse (3.6.0-alpha01)

public sealed class ModerateTextResponse : IMessage<ModerateTextResponse>, IEquatable<ModerateTextResponse>, IDeepCloneable<ModerateTextResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Natural Language v1 API class ModerateTextResponse.

The document moderation response message.

Inheritance

object > ModerateTextResponse

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

ModerateTextResponse()

public ModerateTextResponse()

ModerateTextResponse(ModerateTextResponse)

public ModerateTextResponse(ModerateTextResponse other)
Parameter
NameDescription
otherModerateTextResponse

Properties

ModerationCategories

public RepeatedField<ClassificationCategory> ModerationCategories { get; }

Harmful and sensitive categories representing the input document.

Property Value
TypeDescription
RepeatedFieldClassificationCategory