Table of Contents

Class FilterAction

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

Represents a filtering action taken on the output.

public class FilterAction
Inheritance
FilterAction
Inherited Members

Properties

ActionType

Gets or sets the type of action taken.

public string ActionType { get; set; }

Property Value

string

Location

Gets or sets the location where the action was applied.

public int Location { get; set; }

Property Value

int

OriginalContent

Gets or sets what was removed or replaced.

public string OriginalContent { get; set; }

Property Value

string

Reason

Gets or sets the reason for the action.

public string Reason { get; set; }

Property Value

string

ReplacementContent

Gets or sets the replacement content (if applicable).

public string? ReplacementContent { get; set; }

Property Value

string