Class OnlineSafety.FilterProfanityRequest
Filter profanity in text
Namespace: Unity.PSN.PS5.Checks
Syntax
public class FilterProfanityRequest : Request
Properties
FilteredText
The result of filtered text
Declaration
public string FilteredText { get; }
Property Value
| Type | Description |
|---|---|
| String |
FilterType
The filter type
Declaration
public OnlineSafety.ProfanityFilterType FilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| OnlineSafety.ProfanityFilterType |
Locale
The language locale to use
Declaration
public string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
TextToFilter
The string to filter
Declaration
public string TextToFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()