Table of Contents

Class JailbreakIndicator

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

Represents a specific jailbreak indicator.

public class JailbreakIndicator
Inheritance
JailbreakIndicator
Inherited Members

Properties

Confidence

Gets or sets the confidence score for this indicator (0-1).

public double Confidence { get; set; }

Property Value

double

Description

Gets or sets the description of what was detected.

public string Description { get; set; }

Property Value

string

Location

Gets or sets the location where the indicator was found.

public int Location { get; set; }

Property Value

int

Type

Gets or sets the type of indicator.

public string Type { get; set; }

Property Value

string