AICategorizeContentJob
No description
type AICategorizeContentJob {
id: ID!
nonce: String
response: AICategorizeContentResponse
}
Fields
AICategorizeContentJob.id ● ID! non-null scalar
AICategorizeContentJob.nonce ● String scalar
AICategorizeContentJob.response ● AICategorizeContentResponse object
Returned By
categorizeContent mutation ● categorizeContentResults query