PerspectiveExternalIntegration
No description
type PerspectiveExternalIntegration {
enabled: Boolean!
endpoint: String
key: String
threshold: Float
model: String
doNotStore: Boolean
sendFeedback: Boolean
}
Fields
PerspectiveExternalIntegration.enabled
● Boolean!
non-null scalar
enabled when True will enable the integration.
PerspectiveExternalIntegration.endpoint
● String
scalar
The endpoint that Coral should use to communicate with the perspective API.
PerspectiveExternalIntegration.key
● String
scalar
The key for the Perspective API integration.
PerspectiveExternalIntegration.threshold
● Float
scalar
The threshold that given a specific toxic comment score, the comment will be marked by Coral as toxic.
PerspectiveExternalIntegration.model
● String
scalar
model is the Perspective model to use.
PerspectiveExternalIntegration.doNotStore
● Boolean
scalar
When True, comments sent will not be stored by the Google Perspective API.
PerspectiveExternalIntegration.sendFeedback
● Boolean
scalar
When True, comment moderation decisions will be sent to the Google Perspective API to help improve the comment analysis algorithms.
Member Of
ExternalIntegrations
object