@@ -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 ; }
@@ -129,6 +131,7 @@ internal DocumentTranslationFileFormat() { }
129131 public string Format { get { throw null ; } }
130132 public System . Collections . Generic . IReadOnlyList < string > FormatVersions { get { throw null ; } }
131133 public Azure . AI . Translation . Document . FileFormatType ? Type { get { throw null ; } }
134+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
132135 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 ; }
133136 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationFileFormat > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
134137 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 ; }
@@ -143,6 +146,7 @@ public DocumentTranslationInput(System.Uri sourceUri, System.Uri targetUri, stri
143146 public Azure . AI . Translation . Document . StorageInputUriKind ? StorageUriKind { get { throw null ; } set { } }
144147 public System . Collections . Generic . IList < Azure . AI . Translation . Document . TranslationTarget > Targets { get { throw null ; } }
145148 public void AddTarget ( System . Uri targetUri , string languageCode , Azure . AI . Translation . Document . TranslationGlossary glossary = null , string categoryId = null ) { }
149+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
146150 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 ; }
147151 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . DocumentTranslationInput > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
148152 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 ; }
@@ -285,6 +289,7 @@ public partial class SupportedFileFormats : System.ClientModel.Primitives.IJsonM
285289 {
286290 internal SupportedFileFormats ( ) { }
287291 public System . Collections . Generic . IReadOnlyList < Azure . AI . Translation . Document . DocumentTranslationFileFormat > Value { get { throw null ; } }
292+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
288293 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 ; }
289294 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . SupportedFileFormats > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
290295 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 ; }
@@ -295,6 +300,7 @@ public partial class TranslationBatch : System.ClientModel.Primitives.IJsonModel
295300 {
296301 public TranslationBatch ( System . Collections . Generic . IEnumerable < Azure . AI . Translation . Document . DocumentTranslationInput > inputs ) { }
297302 public System . Collections . Generic . IList < Azure . AI . Translation . Document . DocumentTranslationInput > Inputs { get { throw null ; } }
303+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
298304 Azure . AI . Translation . Document . TranslationBatch System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationBatch > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
299305 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationBatch > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
300306 Azure . AI . Translation . Document . TranslationBatch System . ClientModel . Primitives . IPersistableModel < Azure . AI . Translation . Document . TranslationBatch > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -318,6 +324,7 @@ public TranslationGlossary(System.Uri glossaryUri, string format) { }
318324 public string FormatVersion { get { throw null ; } set { } }
319325 public System . Uri GlossaryUri { get { throw null ; } }
320326 public Azure . AI . Translation . Document . TranslationStorageSource ? StorageSource { get { throw null ; } set { } }
327+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
321328 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 ; }
322329 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationGlossary > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
323330 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 ; }
@@ -333,6 +340,7 @@ public TranslationSource(System.Uri sourceUri, string languageCode = null, strin
333340 public System . Uri SourceUri { get { throw null ; } }
334341 public Azure . AI . Translation . Document . TranslationStorageSource ? StorageSource { get { throw null ; } set { } }
335342 public string Suffix { get { throw null ; } set { } }
343+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
336344 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 ; }
337345 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationSource > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
338346 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 ; }
@@ -354,6 +362,7 @@ internal TranslationStatusResult() { }
354362 public System . DateTimeOffset LastModified { get { throw null ; } }
355363 public Azure . AI . Translation . Document . DocumentTranslationStatus Status { get { throw null ; } }
356364 public long TotalCharactersCharged { get { throw null ; } }
365+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
357366 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 ; }
358367 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationStatusResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
359368 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 ; }
@@ -385,6 +394,7 @@ public TranslationTarget(System.Uri targetUri, string languageCode) { }
385394 public string LanguageCode { get { throw null ; } }
386395 public Azure . AI . Translation . Document . TranslationStorageSource ? StorageSource { get { throw null ; } set { } }
387396 public System . Uri TargetUri { get { throw null ; } }
397+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
388398 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 ; }
389399 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Translation . Document . TranslationTarget > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
390400 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