Send feedback
Class AudioInput (1.32.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.32.1 keyboard_arrow_down
AudioInput ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Represents the natural speech audio to be processed.
Attributes Name Description config
google.cloud.dialogflowcx_v3.types.InputAudioConfig
Required. Instructs the speech recognizer how
to process the speech audio.
audio
bytes
The natural language speech audio to be processed. A single
request can contain up to 2 minutes of speech audio data.
The [transcribed
text][google.cloud.dialogflow.cx.v3.QueryResult.transcript]
cannot contain more than 256 bytes.
For non-streaming audio detect intent, both config
and
audio
must be provided. For streaming audio detect
intent, config
must be provided in the first request and
audio
must be provided in all following requests.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-18 UTC."}