ContentCheckerResult

@objc
public enum ContentCheckerResult : Int, CaseIterable

Indicate whether a result from ContentChecker is safe or unsafe.

  • The content is deemed to be safe.

    Declaration

    Swift

    case safe
  • The content is flagged as being unsafe or malicious and should not be called.

    Declaration

    Swift

    case unsafe
  • The result could not be determined.

    Declaration

    Swift

    case unavailable