Class ContentFilter
Content filtering metadata associated with processing a single request. ContentFilter contains a reason and an optional supporting string. The reason may be unspecified.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class ContentFilter
Properties
| Edit this page View SourceMessage
A string that describes the filtering behavior in more detail.
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
The reason content was blocked during request processing.
Declaration
[JsonProperty("reason")]
public FinishReason Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| FinishReason |