@googleapis/translate 1.1.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/v3beta1.ts CHANGED
@@ -159,7 +159,7 @@ export namespace translate_v3beta1 {
159
159
  */
160
160
  enableShadowRemovalNativePdf?: boolean | null;
161
161
  /**
162
- * Optional.
162
+ * Optional. File format conversion map to be applied to all input files. Map's key is the original mime_type. Map's value is the target mime_type of translated documents. Supported file format conversion includes: - `application/pdf` to `application/vnd.openxmlformats-officedocument.wordprocessingml.document` If nothing specified, output files will be in the same format as the original file.
163
163
  */
164
164
  formatConversions?: {[key: string]: string} | null;
165
165
  /**