docs.unity3d.com
    Show / Hide Table of Contents

    Class OnlineSafety.FilterProfanityRequest

    Filter profanity in text

    Inheritance
    Object
    Request
    OnlineSafety.FilterProfanityRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    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()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020