Class GuardrailCoverage
The action of the guardrail coverage details.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailCoverage
Properties
| Edit this page View SourceImages
Optional. The guardrail coverage for images (the number of images that guardrails guarded).
Declaration
[JsonProperty("images")]
public GuardrailCoverage.GuardrailCoverageInfo Images { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailCoverage.GuardrailCoverageInfo |
TextCharacters
Optional. The text characters of the guardrail coverage details.
Declaration
[JsonProperty("textCharacters")]
public GuardrailCoverage.GuardrailCoverageInfo TextCharacters { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailCoverage.GuardrailCoverageInfo |