SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.rest
/
SfapApiGenerationsResponseBody
/
Generation
/
ContentQuality
/
ScanToxicity
Scan
Toxicity
@
Serializable
data
class
ScanToxicity
(
val
isDetected
:
Boolean
?
=
null
,
val
categories
:
Array
<
SfapApiGenerationsResponseBody.Generation.ContentQuality.ScanToxicity.Category
>
?
=
null
)
Members
Constructors
Scan
Toxicity
Link copied to clipboard
constructor
(
isDetected
:
Boolean
?
=
null
,
categories
:
Array
<
SfapApiGenerationsResponseBody.Generation.ContentQuality.ScanToxicity.Category
>
?
=
null
)
Types
Category
Link copied to clipboard
@
Serializable
data
class
Category
(
val
categoryName
:
String
?
=
null
,
val
score
:
Double
?
=
null
)
Properties
categories
Link copied to clipboard
val
categories
:
Array
<
SfapApiGenerationsResponseBody.Generation.ContentQuality.ScanToxicity.Category
>
?
=
null
is
Detected
Link copied to clipboard
val
isDetected
:
Boolean
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int