byteStreamOutputs property

List<String>? byteStreamOutputs
getter/setter pair

The array of translated documents.

It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.

Implementation

core.List<core.String>? byteStreamOutputs;