audioBucketUri property

String? audioBucketUri
getter/setter pair

The Cloud Storage path to the conversation audio file.

Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. gs://bucket/transcript/conversation1.json and gs://bucket/audio/conversation1.mp3.

Optional.

Implementation

core.String? audioBucketUri;