@@ -1734,6 +1734,7 @@ public PiiActionContent() { }
17341734 public System . Collections . Generic . IList < Azure . AI . Language . Text . PiiCategory > PiiCategories { get { throw null ; } }
17351735 public Azure . AI . Language . Text . BaseRedactionPolicy RedactionPolicy { get { throw null ; } set { } }
17361736 public Azure . AI . Language . Text . StringIndexType ? StringIndexType { get { throw null ; } set { } }
1737+ public Azure . AI . Language . Text . ValueExclusionPolicy ValueExclusionPolicy { get { throw null ; } set { } }
17371738 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
17381739 Azure . AI . Language . Text . PiiActionContent System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Text . PiiActionContent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
17391740 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Text . PiiActionContent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -2899,13 +2900,14 @@ public static partial class TextAnalysisClientBuilderExtensions
28992900 }
29002901 public partial class TextAnalysisClientOptions : Azure . Core . ClientOptions
29012902 {
2902- public TextAnalysisClientOptions ( Azure . AI . Language . Text . TextAnalysisClientOptions . ServiceVersion version = Azure . AI . Language . Text . TextAnalysisClientOptions . ServiceVersion . V2024_11_15_Preview ) { }
2903+ public TextAnalysisClientOptions ( Azure . AI . Language . Text . TextAnalysisClientOptions . ServiceVersion version = Azure . AI . Language . Text . TextAnalysisClientOptions . ServiceVersion . V2025_05_15_Preview ) { }
29032904 public enum ServiceVersion
29042905 {
29052906 V2022_05_01 = 1 ,
29062907 V2023_04_01 = 2 ,
29072908 V2024_11_01 = 3 ,
29082909 V2024_11_15_Preview = 4 ,
2910+ V2025_05_15_Preview = 5 ,
29092911 }
29102912 }
29112913 public static partial class TextAnalysisModelFactory
@@ -3097,6 +3099,18 @@ public enum TokenSentiment
30973099 Mixed = 1 ,
30983100 Negative = 2 ,
30993101 }
3102+ public partial class ValueExclusionPolicy : System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Text . ValueExclusionPolicy > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Text . ValueExclusionPolicy >
3103+ {
3104+ public ValueExclusionPolicy ( bool caseSensitive , System . Collections . Generic . IEnumerable < string > excludedValues ) { }
3105+ public bool CaseSensitive { get { throw null ; } }
3106+ public System . Collections . Generic . IList < string > ExcludedValues { get { throw null ; } }
3107+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
3108+ Azure . AI . Language . Text . ValueExclusionPolicy System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Text . ValueExclusionPolicy > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
3109+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Text . ValueExclusionPolicy > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
3110+ Azure . AI . Language . Text . ValueExclusionPolicy System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Text . ValueExclusionPolicy > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
3111+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Text . ValueExclusionPolicy > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
3112+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Text . ValueExclusionPolicy > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
3113+ }
31003114 public partial class VolumeMetadata : Azure . AI . Language . Text . BaseMetadata , System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Text . VolumeMetadata > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Text . VolumeMetadata >
31013115 {
31023116 internal VolumeMetadata ( ) { }
0 commit comments