@@ -23,7 +23,6 @@ internal DocumentStatusResult() { }
2323 public System . Uri TranslatedDocumentUri { get { throw null ; } }
2424 public string TranslatedToLanguageCode { get { throw null ; } }
2525 public float TranslationProgressPercentage { get { throw null ; } }
26- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2726 Azure . AI . Translation . Document . DocumentStatusResult System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentStatusResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2827 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentStatusResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2928 Azure . AI . Translation . Document . DocumentStatusResult System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentStatusResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -36,9 +35,8 @@ public DocumentTranslateContent(Azure.AI.Translation.Document.MultipartFormFileD
3635 public DocumentTranslateContent ( Azure . AI . Translation . Document . MultipartFormFileData document , System . Collections . Generic . IList < Azure . AI . Translation . Document . MultipartFormFileData > glossaries ) { }
3736 public Azure . AI . Translation . Document . MultipartFormFileData MultipartDocument { get { throw null ; } }
3837 public System . Collections . Generic . IList < Azure . AI . Translation . Document . MultipartFormFileData > MultipartGlossary { get { throw null ; } }
39- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
38+ void global :: System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
4039 Azure . AI . Translation . Document . DocumentTranslateContent System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
41- void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
4240 Azure . AI . Translation . Document . DocumentTranslateContent System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
4341 string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslateContent > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
4442 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -124,7 +122,6 @@ internal DocumentTranslationFileFormat() { }
124122 public string Format { get { throw null ; } }
125123 public System . Collections . Generic . IReadOnlyList < string > FormatVersions { get { throw null ; } }
126124 public string Type { get { throw null ; } }
127- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
128125 Azure . AI . Translation . Document . DocumentTranslationFileFormat System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationFileFormat > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
129126 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationFileFormat > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
130127 Azure . AI . Translation . Document . DocumentTranslationFileFormat System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslationFileFormat > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -139,7 +136,6 @@ public DocumentTranslationInput(System.Uri sourceUri, System.Uri targetUri, stri
139136 public Azure . AI . Translation . Document . StorageInputUriKind ? StorageUriKind { get { throw null ; } set { } }
140137 public System . Collections . Generic . IList < Azure . AI . Translation . Document . TranslationTarget > Targets { get { throw null ; } }
141138 public void AddTarget ( System . Uri targetUri , string languageCode , Azure . AI . Translation . Document . TranslationGlossary glossary = null , string categoryId = null ) { }
142- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
143139 Azure . AI . Translation . Document . DocumentTranslationInput System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationInput > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
144140 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationInput > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
145141 Azure . AI . Translation . Document . DocumentTranslationInput System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslationInput > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -275,7 +271,6 @@ public partial class StartTranslationDetails : System.ClientModel.Primitives.IJs
275271 {
276272 public StartTranslationDetails ( System . Collections . Generic . IEnumerable < Azure . AI . Translation . Document . DocumentTranslationInput > inputs ) { }
277273 public System . Collections . Generic . IList < Azure . AI . Translation . Document . DocumentTranslationInput > Inputs { get { throw null ; } }
278- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
279274 Azure . AI . Translation . Document . StartTranslationDetails System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . StartTranslationDetails > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
280275 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . StartTranslationDetails > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
281276 Azure . AI . Translation . Document . StartTranslationDetails System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . StartTranslationDetails > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -291,7 +286,6 @@ public partial class SupportedFileFormats : System.ClientModel.Primitives.IJsonM
291286 {
292287 internal SupportedFileFormats ( ) { }
293288 public System . Collections . Generic . IReadOnlyList < Azure . AI . Translation . Document . DocumentTranslationFileFormat > Value { get { throw null ; } }
294- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
295289 Azure . AI . Translation . Document . SupportedFileFormats System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . SupportedFileFormats > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
296290 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . SupportedFileFormats > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
297291 Azure . AI . Translation . Document . SupportedFileFormats System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . SupportedFileFormats > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -314,7 +308,6 @@ public TranslationGlossary(System.Uri glossaryUri, string format) { }
314308 public string Format { get { throw null ; } }
315309 public string FormatVersion { get { throw null ; } set { } }
316310 public System . Uri GlossaryUri { get { throw null ; } }
317- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
318311 Azure . AI . Translation . Document . TranslationGlossary System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationGlossary > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
319312 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationGlossary > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
320313 Azure . AI . Translation . Document . TranslationGlossary System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . TranslationGlossary > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -329,7 +322,6 @@ public TranslationSource(System.Uri sourceUri, string languageCode = null, strin
329322 public string Prefix { get { throw null ; } set { } }
330323 public System . Uri SourceUri { get { throw null ; } }
331324 public string Suffix { get { throw null ; } set { } }
332- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
333325 Azure . AI . Translation . Document . TranslationSource System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationSource > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
334326 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationSource > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
335327 Azure . AI . Translation . Document . TranslationSource System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . TranslationSource > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -351,7 +343,6 @@ internal TranslationStatusResult() { }
351343 public System . DateTimeOffset LastModified { get { throw null ; } }
352344 public Azure . AI . Translation . Document . DocumentTranslationStatus Status { get { throw null ; } }
353345 public long TotalCharactersCharged { get { throw null ; } }
354- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
355346 Azure . AI . Translation . Document . TranslationStatusResult System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationStatusResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
356347 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationStatusResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
357348 Azure . AI . Translation . Document . TranslationStatusResult System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . TranslationStatusResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -365,7 +356,6 @@ public TranslationTarget(System.Uri targetUri, string languageCode) { }
365356 public System . Collections . Generic . IList < Azure . AI . Translation . Document . TranslationGlossary > Glossaries { get { throw null ; } }
366357 public string LanguageCode { get { throw null ; } }
367358 public System . Uri TargetUri { get { throw null ; } }
368- protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
369359 Azure . AI . Translation . Document . TranslationTarget System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationTarget > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
370360 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationTarget > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
371361 Azure . AI . Translation . Document . TranslationTarget System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . TranslationTarget > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments