@@ -41,49 +41,131 @@ interface SingleDocumentTranslationClient {
4141 documentTranslate is DocumentTranslation .DocumentTranslationOperations .documentTranslate ;
4242}
4343
44- // model overrides
45- @@ access (DocumentTranslation .DocumentTranslateResult ,
44+ @@ clientName (DocumentTranslation .DocumentTranslateBody .body ,
45+ "documentTranslateContent" ,
46+ "csharp"
47+ );
48+
49+ @@ clientName (DocumentTranslation .DocumentTranslateBody .body ,
50+ "documentTranslateContent" ,
51+ "java"
52+ );
53+
54+ @@ clientName (DocumentTranslation .StartTranslationBody .body ,
55+ "startTranslationDetails" ,
56+ "csharp"
57+ );
58+
59+ @@ clientName (DocumentTranslation .StartTranslationBody .body ,
60+ "startTranslationDetails" ,
61+ "java"
62+ );
63+
64+ @@ access (DocumentTranslationClient .getSupportedFormats ,
4665 Access .internal ,
4766 "python"
4867);
49- @@ access (DocumentTranslation .FileFormatType , Access .internal , "python" );
50- @@ access (DocumentTranslation .StorageSource , Access .internal , "python" );
51- @@ access (DocumentTranslation .AdditionalOutputFileFormat ,
52- Access .internal ,
68+ @@ access (DocumentTranslation .FileFormat , Access .public , "python" );
69+ @@ usage (DocumentTranslation .FileFormat , Usage .output , "python" );
70+ @@ access (DocumentTranslation .FileFormatType , Access .public , "python" );
71+ @@ usage (DocumentTranslation .FileFormatType , Usage .output , "python" );
72+
73+ @@ clientName (DocumentTranslationClient .startTranslation ,
74+ "_begin_translation" ,
5375 "python"
5476);
55- @@ access (DocumentTranslation .StorageInputType , Access .internal , "python" );
56- @@ access (DocumentTranslation .TranslationErrorCode , Access .internal , "python" );
57- @@ access (DocumentTranslation .Status , Access .internal , "python" );
58- @@ access (DocumentTranslation .StartTranslationDetails ,
59- Access .internal ,
77+
78+ @@ clientName (DocumentTranslationClient .getDocumentsStatus ,
79+ "list_document_statuses" ,
6080 "python"
6181);
62- @@ access (DocumentTranslation .BatchRequest , Access .internal , "python" );
63- @@ access (DocumentTranslation .SourceInput , Access .internal , "python" );
64- @@ access (DocumentTranslation .DocumentFilter , Access .internal , "python" );
65- @@ access (DocumentTranslation .TargetInput , Access .internal , "python" );
66- @@ access (DocumentTranslation .Glossary , Access .internal , "python" );
67- @@ access (DocumentTranslation .TranslationErrorResponse ,
68- Access .internal ,
82+
83+ @@ clientName (DocumentTranslationClient .getTranslationsStatus ,
84+ "list_translation_statuses" ,
6985 "python"
7086);
71- @@ access (DocumentTranslation .TranslationError , Access .internal , "python" );
72- @@ access (DocumentTranslation .InnerTranslationError , Access .internal , "python" );
73- @@ access (DocumentTranslation .TranslationsStatus , Access .internal , "python" );
74- @@ access (DocumentTranslation .TranslationStatus , Access .internal , "python" );
75- @@ access (DocumentTranslation .StatusSummary , Access .internal , "python" );
76- @@ access (DocumentTranslation .DocumentStatus , Access .internal , "python" );
77- @@ access (DocumentTranslation .DocumentsStatus , Access .internal , "python" );
78- @@ access (DocumentTranslation .SupportedFileFormats , Access .internal , "python" );
79- @@ access (DocumentTranslation .FileFormat , Access .internal , "python" );
8087
81- @@ clientName (DocumentTranslation .DocumentTranslateBody . body ,
82- "documentTranslateContent " ,
83- "csharp,java "
88+ @@ clientName (DocumentTranslation .TranslationStatus . createdDateTimeUtc ,
89+ "created_on " ,
90+ "python "
8491);
8592
86- @@ clientName (DocumentTranslation .StartTranslationBody . body ,
87- "startTranslationDetails " ,
88- "csharp,java "
93+ @@ clientName (DocumentTranslation .TranslationStatus . lastActionDateTimeUtc ,
94+ "last_updated_on " ,
95+ "python "
8996);
97+
98+ @@ clientName (DocumentTranslation .Glossary .format , "file_format" , "python" );
99+
100+ @@ clientName (DocumentTranslation .Glossary .version , "format_version" , "python" );
101+
102+ @@ clientName (DocumentTranslation .Glossary , "TranslationGlossary" , "python" );
103+
104+ @@ clientName (DocumentTranslation .DocumentStatus .createdDateTimeUtc ,
105+ "created_on" ,
106+ "python"
107+ );
108+
109+ @@ clientName (DocumentTranslation .DocumentStatus .lastActionDateTimeUtc ,
110+ "last_updated_on" ,
111+ "python"
112+ );
113+
114+ @@ clientName (DocumentTranslation .DocumentStatus .path ,
115+ "translated_document_url" ,
116+ "python"
117+ );
118+
119+ @@ clientName (DocumentTranslation .DocumentStatus .sourcePath ,
120+ "source_document_url" ,
121+ "python"
122+ );
123+
124+ @@ clientName (DocumentTranslation .DocumentStatus .to , "translated_to" , "python" );
125+
126+ @@ clientName (DocumentTranslation .DocumentStatus .progress ,
127+ "translation_progress" ,
128+ "python"
129+ );
130+
131+ @@ clientName (DocumentTranslation .DocumentStatus .characterCharged ,
132+ "characters_charged" ,
133+ "python"
134+ );
135+
136+ @@ clientName (DocumentTranslation .StatusSummary .totalCharacterCharged ,
137+ "total_characters_charged" ,
138+ "python"
139+ );
140+
141+ @@ clientName (DocumentTranslation .StatusSummary .cancelled , "canceled" , "python" );
142+
143+ @@ clientName (DocumentTranslation .FileFormat .format , "file_format" , "python" );
144+
145+ @@ clientName (DocumentTranslation .FileFormat .defaultVersion ,
146+ "default_format_version" ,
147+ "python"
148+ );
149+
150+ @@ clientName (DocumentTranslation .FileFormat .versions ,
151+ "format_versions" ,
152+ "python"
153+ );
154+
155+ @@ clientName (DocumentTranslation .FileFormat ,
156+ "DocumentTranslationFileFormat" ,
157+ "python"
158+ );
159+
160+ @@ clientName (DocumentTranslation .TargetInput .category , "category_id" , "python" );
161+
162+ @@ clientName (DocumentTranslation .TargetInput , "TranslationTarget" , "python" );
163+
164+ @@ clientName (DocumentTranslation .TranslationError ,
165+ "DocumentTranslationError" ,
166+ "python"
167+ );
168+
169+ @@ clientName (DocumentTranslation .Status .Cancelled , "canceled" , "python" );
170+
171+ @@ clientName (DocumentTranslation .Status .Cancelling , "canceling" , "python" );
0 commit comments