Class AudioInput (2.15.2)

AudioInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the natural language speech audio to be processed.

Attributes

NameDescription
config google.cloud.dialogflow_v2beta1.types.InputAudioConfig
Required. Instructs the speech recognizer how to process the speech audio.
audio bytes
Required. The natural language speech audio to be processed. A single request can contain up to 1 minute of speech audio data. The transcribed text cannot contain more than 256 bytes for virtual agent interactions.