ContentFilterDetectionResult interface

Represents the outcome of a detection operation performed by content filtering.

Properties

detected

A value indicating whether detection occurred, irrespective of severity or whether the content was filtered.

filtered

A value indicating whether or not the content has been filtered.

Property Details

detected

A value indicating whether detection occurred, irrespective of severity or whether the content was filtered.

detected: boolean

Property Value

boolean

filtered

A value indicating whether or not the content has been filtered.

filtered: boolean

Property Value

boolean