AISpeechToTextStreamJob
No description
type AISpeechToTextStreamJob {
id: ID!
nonce: String
response: AISpeechToTextStreamResponse
}
Fields
AISpeechToTextStreamJob.id ● ID! non-null scalar
AISpeechToTextStreamJob.nonce ● String scalar
AISpeechToTextStreamJob.response ● AISpeechToTextStreamResponse object
Returned By
speechToTextStream mutation ● speechToTextStreamResults query