@@ -23,6 +23,7 @@ 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 ) { }
2627 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 ; }
2728 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentStatusResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2829 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 ; }
@@ -35,8 +36,9 @@ public DocumentTranslateContent(Azure.AI.Translation.Document.MultipartFormFileD
3536 public DocumentTranslateContent ( Azure . AI . Translation . Document . MultipartFormFileData document , System . Collections . Generic . IList < Azure . AI . Translation . Document . MultipartFormFileData > glossaries ) { }
3637 public Azure . AI . Translation . Document . MultipartFormFileData MultipartDocument { get { throw null ; } }
3738 public System . Collections . Generic . IList < Azure . AI . Translation . Document . MultipartFormFileData > MultipartGlossary { get { throw null ; } }
38- void global :: System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
39+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
3940 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 ) { }
4042 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 ; }
4143 string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslateContent > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
4244 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . DocumentTranslateContent > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -122,6 +124,7 @@ internal DocumentTranslationFileFormat() { }
122124 public string Format { get { throw null ; } }
123125 public System . Collections . Generic . IReadOnlyList < string > FormatVersions { get { throw null ; } }
124126 public string Type { get { throw null ; } }
127+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
125128 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 ; }
126129 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationFileFormat > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
127130 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 ; }
@@ -136,6 +139,7 @@ public DocumentTranslationInput(System.Uri sourceUri, System.Uri targetUri, stri
136139 public Azure . AI . Translation . Document . StorageInputUriKind ? StorageUriKind { get { throw null ; } set { } }
137140 public System . Collections . Generic . IList < Azure . AI . Translation . Document . TranslationTarget > Targets { get { throw null ; } }
138141 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 ) { }
139143 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 ; }
140144 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationInput > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
141145 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 ; }
@@ -271,6 +275,7 @@ public partial class StartTranslationDetails : System.ClientModel.Primitives.IJs
271275 {
272276 public StartTranslationDetails ( System . Collections . Generic . IEnumerable < Azure . AI . Translation . Document . DocumentTranslationInput > inputs ) { }
273277 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 ) { }
274279 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 ; }
275280 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . StartTranslationDetails > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
276281 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 ; }
@@ -286,6 +291,7 @@ public partial class SupportedFileFormats : System.ClientModel.Primitives.IJsonM
286291 {
287292 internal SupportedFileFormats ( ) { }
288293 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 ) { }
289295 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 ; }
290296 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . SupportedFileFormats > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
291297 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 ; }
@@ -308,6 +314,7 @@ public TranslationGlossary(System.Uri glossaryUri, string format) { }
308314 public string Format { get { throw null ; } }
309315 public string FormatVersion { get { throw null ; } set { } }
310316 public System . Uri GlossaryUri { get { throw null ; } }
317+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
311318 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 ; }
312319 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationGlossary > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
313320 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 ; }
@@ -322,6 +329,7 @@ public TranslationSource(System.Uri sourceUri, string languageCode = null, strin
322329 public string Prefix { get { throw null ; } set { } }
323330 public System . Uri SourceUri { get { throw null ; } }
324331 public string Suffix { get { throw null ; } set { } }
332+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
325333 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 ; }
326334 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationSource > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
327335 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 ; }
@@ -343,6 +351,7 @@ internal TranslationStatusResult() { }
343351 public System . DateTimeOffset LastModified { get { throw null ; } }
344352 public Azure . AI . Translation . Document . DocumentTranslationStatus Status { get { throw null ; } }
345353 public long TotalCharactersCharged { get { throw null ; } }
354+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
346355 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 ; }
347356 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationStatusResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
348357 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 ; }
@@ -356,6 +365,7 @@ public TranslationTarget(System.Uri targetUri, string languageCode) { }
356365 public System . Collections . Generic . IList < Azure . AI . Translation . Document . TranslationGlossary > Glossaries { get { throw null ; } }
357366 public string LanguageCode { get { throw null ; } }
358367 public System . Uri TargetUri { get { throw null ; } }
368+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
359369 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 ; }
360370 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationTarget > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
361371 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