documentOutputConfig property

DocumentOutputConfig? documentOutputConfig
getter/setter pair

Output configurations.

Defines if the output file should be stored within Cloud Storage as well as the desired output format. If not provided the translated file will only be returned through a byte-stream and its output mime type will be the same as the input file's mime type.

Optional.

Implementation

DocumentOutputConfig? documentOutputConfig;