Class TranslationFileMapping (0.4.2)

TranslationFileMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Mapping between an input and output file to be translated in a subtask.

Attributes

NameDescription
input_path str
The Cloud Storage path for a file to translation in a subtask.
output_path str
The Cloud Storage path to write back the corresponding input file to.

Inheritance

builtins.object > proto.message.Message > TranslationFileMapping