AITextToSpeechJob
No description
type AITextToSpeechJob {
id: ID!
nonce: String
response: AITextToSpeechResponse
}
Fields
AITextToSpeechJob.id ● ID! non-null scalar
AITextToSpeechJob.nonce ● String scalar
AITextToSpeechJob.response ● AITextToSpeechResponse object
Returned By
textToSpeech mutation ● textToSpeechResults query