Class GuardrailCoverage.GuardrailCoverageInfo
- The details of the guardrail image coverage
- The guardrail coverage for the text characters
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailCoverage.GuardrailCoverageInfo
Properties
| Edit this page View SourceGuarded
Optional.
- The count of images guardrails guarded.
- The text characters that were guarded by the guardrail coverage.
Declaration
[JsonProperty("guarded")]
public int? Guarded { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Total
Optional.
- Represents the total number of images that were in the request (guarded and unguarded).
- The total text characters by the guardrail coverage.
Declaration
[JsonProperty("total")]
public int? Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |