transcriptBucketUri property
The Cloud Storage path to the conversation transcripts.
Note that: [1] Transcript files are expected to be in JSON format. [2]
Transcript, audio, metadata files must be in separate buckets / folders.
[3] A source file and its corresponding metadata file must share the
same name to be properly ingested, E.g.
gs://bucket/audio/conversation1.mp3 and
gs://bucket/metadata/conversation1.json.
Optional.
Implementation
core.String? transcriptBucketUri;