@@ -84,7 +84,6 @@ public partial class AnalyzeSentimentAction
84
84
{
85
85
public AnalyzeSentimentAction ( ) { }
86
86
public AnalyzeSentimentAction ( Azure . AI . TextAnalytics . AnalyzeSentimentOptions options ) { }
87
- public string ActionName { get { throw null ; } set { } }
88
87
public bool ? DisableServiceLogs { get { throw null ; } set { } }
89
88
public bool ? IncludeOpinionMining { get { throw null ; } set { } }
90
89
public string ModelVersion { get { throw null ; } set { } }
@@ -232,7 +231,6 @@ public partial class ExtractKeyPhrasesAction
232
231
{
233
232
public ExtractKeyPhrasesAction ( ) { }
234
233
public ExtractKeyPhrasesAction ( Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options ) { }
235
- public string ActionName { get { throw null ; } set { } }
236
234
public bool ? DisableServiceLogs { get { throw null ; } set { } }
237
235
public string ModelVersion { get { throw null ; } set { } }
238
236
}
@@ -613,7 +611,6 @@ public partial class RecognizeEntitiesAction
613
611
{
614
612
public RecognizeEntitiesAction ( ) { }
615
613
public RecognizeEntitiesAction ( Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options ) { }
616
- public string ActionName { get { throw null ; } set { } }
617
614
public bool ? DisableServiceLogs { get { throw null ; } set { } }
618
615
public string ModelVersion { get { throw null ; } set { } }
619
616
}
@@ -637,7 +634,6 @@ public partial class RecognizeLinkedEntitiesAction
637
634
{
638
635
public RecognizeLinkedEntitiesAction ( ) { }
639
636
public RecognizeLinkedEntitiesAction ( Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options ) { }
640
- public string ActionName { get { throw null ; } set { } }
641
637
public bool ? DisableServiceLogs { get { throw null ; } set { } }
642
638
public string ModelVersion { get { throw null ; } set { } }
643
639
}
@@ -661,7 +657,6 @@ public partial class RecognizePiiEntitiesAction
661
657
{
662
658
public RecognizePiiEntitiesAction ( ) { }
663
659
public RecognizePiiEntitiesAction ( Azure . AI . TextAnalytics . RecognizePiiEntitiesOptions options ) { }
664
- public string ActionName { get { throw null ; } set { } }
665
660
public System . Collections . Generic . IList < Azure . AI . TextAnalytics . PiiEntityCategory > CategoriesFilter { get { throw null ; } }
666
661
public bool ? DisableServiceLogs { get { throw null ; } set { } }
667
662
public Azure . AI . TextAnalytics . PiiEntityDomain DomainFilter { get { throw null ; } set { } }
@@ -730,7 +725,6 @@ public readonly partial struct TargetSentiment
730
725
public partial class TextAnalyticsActionResult
731
726
{
732
727
internal TextAnalyticsActionResult ( ) { }
733
- public string ActionName { get { throw null ; } }
734
728
public System . DateTimeOffset CompletedOn { get { throw null ; } }
735
729
public Azure . AI . TextAnalytics . TextAnalyticsError Error { get { throw null ; } }
736
730
public bool HasError { get { throw null ; } }
@@ -877,8 +871,8 @@ public static partial class TextAnalyticsModelFactory
877
871
public static Azure . AI . TextAnalytics . AnalyzeHealthcareEntitiesResult AnalyzeHealthcareEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . HealthcareEntity > healthcareEntities , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . HealthcareEntityRelation > entityRelations , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings ) { throw null ; }
878
872
public static Azure . AI . TextAnalytics . AnalyzeHealthcareEntitiesResult AnalyzeHealthcareEntitiesResult ( string id , string code , string message ) { throw null ; }
879
873
public static Azure . AI . TextAnalytics . AnalyzeHealthcareEntitiesResultCollection AnalyzeHealthcareEntitiesResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . AnalyzeHealthcareEntitiesResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
880
- public static Azure . AI . TextAnalytics . AnalyzeSentimentActionResult AnalyzeSentimentActionResult ( Azure . AI . TextAnalytics . AnalyzeSentimentResultCollection result , string actionName , System . DateTimeOffset completedOn ) { throw null ; }
881
- public static Azure . AI . TextAnalytics . AnalyzeSentimentActionResult AnalyzeSentimentActionResult ( string actionName , System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
874
+ public static Azure . AI . TextAnalytics . AnalyzeSentimentActionResult AnalyzeSentimentActionResult ( Azure . AI . TextAnalytics . AnalyzeSentimentResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
875
+ public static Azure . AI . TextAnalytics . AnalyzeSentimentActionResult AnalyzeSentimentActionResult ( System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
882
876
public static Azure . AI . TextAnalytics . AnalyzeSentimentResult AnalyzeSentimentResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
883
877
public static Azure . AI . TextAnalytics . AnalyzeSentimentResult AnalyzeSentimentResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . DocumentSentiment documentSentiment ) { throw null ; }
884
878
public static Azure . AI . TextAnalytics . AnalyzeSentimentResultCollection AnalyzeSentimentResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . AnalyzeSentimentResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
@@ -893,8 +887,8 @@ public static partial class TextAnalyticsModelFactory
893
887
public static Azure . AI . TextAnalytics . DetectLanguageResultCollection DetectLanguageResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . DetectLanguageResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
894
888
public static Azure . AI . TextAnalytics . DocumentSentiment DocumentSentiment ( Azure . AI . TextAnalytics . TextSentiment sentiment , double positiveScore , double neutralScore , double negativeScore , System . Collections . Generic . List < Azure . AI . TextAnalytics . SentenceSentiment > sentenceSentiments , System . Collections . Generic . IList < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings = null ) { throw null ; }
895
889
public static Azure . AI . TextAnalytics . EntityDataSource EntityDataSource ( string name = null , string entityId = null ) { throw null ; }
896
- public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( Azure . AI . TextAnalytics . ExtractKeyPhrasesResultCollection result , string actionName , System . DateTimeOffset completedOn ) { throw null ; }
897
- public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( string actionName , System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
890
+ public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( Azure . AI . TextAnalytics . ExtractKeyPhrasesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
891
+ public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
898
892
public static Azure . AI . TextAnalytics . ExtractKeyPhrasesResult ExtractKeyPhrasesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
899
893
public static Azure . AI . TextAnalytics . ExtractKeyPhrasesResult ExtractKeyPhrasesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . KeyPhraseCollection keyPhrases ) { throw null ; }
900
894
public static Azure . AI . TextAnalytics . ExtractKeyPhrasesResultCollection ExtractKeyPhrasesResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . ExtractKeyPhrasesResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
@@ -912,18 +906,18 @@ public static partial class TextAnalyticsModelFactory
912
906
public static Azure . AI . TextAnalytics . LinkedEntityMatch LinkedEntityMatch ( string text , double score , int offset , int length ) { throw null ; }
913
907
public static Azure . AI . TextAnalytics . PiiEntity PiiEntity ( string text , string category , string subCategory , double score , int offset , int length ) { throw null ; }
914
908
public static Azure . AI . TextAnalytics . PiiEntityCollection PiiEntityCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . PiiEntity > entities , string redactedText , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings = null ) { throw null ; }
915
- public static Azure . AI . TextAnalytics . RecognizeEntitiesActionResult RecognizeEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizeEntitiesResultCollection result , string actionName , System . DateTimeOffset completedOn ) { throw null ; }
916
- public static Azure . AI . TextAnalytics . RecognizeEntitiesActionResult RecognizeEntitiesActionResult ( string actionName , System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
909
+ public static Azure . AI . TextAnalytics . RecognizeEntitiesActionResult RecognizeEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizeEntitiesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
910
+ public static Azure . AI . TextAnalytics . RecognizeEntitiesActionResult RecognizeEntitiesActionResult ( System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
917
911
public static Azure . AI . TextAnalytics . RecognizeEntitiesResult RecognizeEntitiesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
918
912
public static Azure . AI . TextAnalytics . RecognizeEntitiesResult RecognizeEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . CategorizedEntityCollection entities ) { throw null ; }
919
913
public static Azure . AI . TextAnalytics . RecognizeEntitiesResultCollection RecognizeEntitiesResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . RecognizeEntitiesResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
920
- public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult RecognizeLinkedEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResultCollection result , string actionName , System . DateTimeOffset completedOn ) { throw null ; }
921
- public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult RecognizeLinkedEntitiesActionResult ( string actionName , System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
914
+ public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult RecognizeLinkedEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
915
+ public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult RecognizeLinkedEntitiesActionResult ( System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
922
916
public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResult RecognizeLinkedEntitiesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
923
917
public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResult RecognizeLinkedEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . LinkedEntityCollection linkedEntities ) { throw null ; }
924
918
public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResultCollection RecognizeLinkedEntitiesResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
925
- public static Azure . AI . TextAnalytics . RecognizePiiEntitiesActionResult RecognizePiiEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizePiiEntitiesResultCollection result , string actionName , System . DateTimeOffset completedOn ) { throw null ; }
926
- public static Azure . AI . TextAnalytics . RecognizePiiEntitiesActionResult RecognizePiiEntitiesActionResult ( string actionName , System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
919
+ public static Azure . AI . TextAnalytics . RecognizePiiEntitiesActionResult RecognizePiiEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizePiiEntitiesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
920
+ public static Azure . AI . TextAnalytics . RecognizePiiEntitiesActionResult RecognizePiiEntitiesActionResult ( System . DateTimeOffset completedOn , string code , string message ) { throw null ; }
927
921
public static Azure . AI . TextAnalytics . RecognizePiiEntitiesResult RecognizePiiEntitiesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
928
922
public static Azure . AI . TextAnalytics . RecognizePiiEntitiesResult RecognizePiiEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . PiiEntityCollection entities ) { throw null ; }
929
923
public static Azure . AI . TextAnalytics . RecognizePiiEntitiesResultCollection RecognizePiiEntitiesResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . RecognizePiiEntitiesResult > list , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
0 commit comments