@@ -820,24 +820,35 @@ internal TextAnalyticsInput() { }
820820 }
821821 public static partial class TextAnalyticsModelFactory
822822 {
823+ public static Azure . AI . TextAnalytics . AnalyzeActionsResult AnalyzeActionsResult ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult > extractKeyPhrasesActionResult , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . RecognizeEntitiesActionResult > recognizeEntitiesActionResults , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . RecognizePiiEntitiesActionResult > recognizePiiEntitiesActionResults , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult > recognizeLinkedEntitiesActionsResults , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . AnalyzeSentimentActionResult > analyzeSentimentActionsResults ) { throw null ; }
824+ 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 ; }
825+ public static Azure . AI . TextAnalytics . AnalyzeHealthcareEntitiesResult AnalyzeHealthcareEntitiesResult ( string id , string code , string message ) { throw null ; }
826+ 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 ; }
827+ public static Azure . AI . TextAnalytics . AnalyzeSentimentActionResult AnalyzeSentimentActionResult ( Azure . AI . TextAnalytics . AnalyzeSentimentResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
828+ public static Azure . AI . TextAnalytics . AnalyzeSentimentActionResult AnalyzeSentimentActionResult ( string code , string message ) { throw null ; }
823829 public static Azure . AI . TextAnalytics . AnalyzeSentimentResult AnalyzeSentimentResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
824830 public static Azure . AI . TextAnalytics . AnalyzeSentimentResult AnalyzeSentimentResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . DocumentSentiment documentSentiment ) { throw null ; }
825831 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 ; }
826832 public static Azure . AI . TextAnalytics . AssessmentSentiment AssessmentSentiment ( Azure . AI . TextAnalytics . TextSentiment sentiment , double positiveScore , double negativeScore , string text , bool isNegated , int offset , int length ) { throw null ; }
827833 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
828834 public static Azure . AI . TextAnalytics . CategorizedEntity CategorizedEntity ( string text , string category , string subCategory , double score ) { throw null ; }
829- public static Azure . AI . TextAnalytics . CategorizedEntity CategorizedEntity ( string text , string category , string subCategory , double score , int offset ) { throw null ; }
835+ public static Azure . AI . TextAnalytics . CategorizedEntity CategorizedEntity ( string text , string category , string subCategory , double score , int offset , int length ) { throw null ; }
830836 public static Azure . AI . TextAnalytics . CategorizedEntityCollection CategorizedEntityCollection ( System . Collections . Generic . IList < Azure . AI . TextAnalytics . CategorizedEntity > entities , System . Collections . Generic . IList < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings = null ) { throw null ; }
831837 public static Azure . AI . TextAnalytics . DetectedLanguage DetectedLanguage ( string name , string iso6391Name , double confidenceScore , System . Collections . Generic . IList < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings = null ) { throw null ; }
832838 public static Azure . AI . TextAnalytics . DetectLanguageResult DetectLanguageResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
833839 public static Azure . AI . TextAnalytics . DetectLanguageResult DetectLanguageResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . DetectedLanguage detectedLanguage ) { throw null ; }
834840 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 ; }
835841 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 ; }
836842 public static Azure . AI . TextAnalytics . EntityDataSource EntityDataSource ( string name = null , string entityId = null ) { throw null ; }
843+ public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( Azure . AI . TextAnalytics . ExtractKeyPhrasesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
844+ public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( string code , string message ) { throw null ; }
837845 public static Azure . AI . TextAnalytics . ExtractKeyPhrasesResult ExtractKeyPhrasesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
838846 public static Azure . AI . TextAnalytics . ExtractKeyPhrasesResult ExtractKeyPhrasesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . KeyPhraseCollection keyPhrases ) { throw null ; }
839847 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 ; }
848+ public static Azure . AI . TextAnalytics . HealthcareEntity HealthcareEntity ( string text , string category , int offset , int length , double confidenceScore ) { throw null ; }
840849 public static Azure . AI . TextAnalytics . HealthcareEntityAssertion HealthcareEntityAssertion ( Azure . AI . TextAnalytics . EntityConditionality ? conditionality = default ( Azure . AI . TextAnalytics . EntityConditionality ? ) , Azure . AI . TextAnalytics . EntityCertainty ? certainty = default ( Azure . AI . TextAnalytics . EntityCertainty ? ) , Azure . AI . TextAnalytics . EntityAssociation ? association = default ( Azure . AI . TextAnalytics . EntityAssociation ? ) ) { throw null ; }
850+ public static Azure . AI . TextAnalytics . HealthcareEntityRelation HealthcareEntityRelation ( Azure . AI . TextAnalytics . HealthcareEntityRelationType relationType , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . HealthcareEntityRelationRole > roles ) { throw null ; }
851+ public static Azure . AI . TextAnalytics . HealthcareEntityRelationRole HealthcareEntityRelationRole ( string text , string category , int offset , int length , double confidenceScore , string entityName ) { throw null ; }
841852 public static Azure . AI . TextAnalytics . KeyPhraseCollection KeyPhraseCollection ( System . Collections . Generic . IList < string > keyPhrases , System . Collections . Generic . IList < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings = null ) { throw null ; }
842853 public static Azure . AI . TextAnalytics . LinkedEntity LinkedEntity ( string name = null , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . LinkedEntityMatch > matches = null , string language = null , string dataSourceEntityId = null , System . Uri url = null , string dataSource = null , string bingEntitySearchApiId = null ) { throw null ; }
843854 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
@@ -848,23 +859,29 @@ public static partial class TextAnalyticsModelFactory
848859 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
849860 public static Azure . AI . TextAnalytics . LinkedEntityMatch LinkedEntityMatch ( string text , double score ) { throw null ; }
850861 public static Azure . AI . TextAnalytics . LinkedEntityMatch LinkedEntityMatch ( string text , double score , int offset , int length ) { throw null ; }
851- public static Azure . AI . TextAnalytics . PiiEntity PiiEntity ( string text , string category , string subCategory , double score , int offset ) { throw null ; }
852- public static Azure . AI . TextAnalytics . PiiEntityCollection PiiEntityCollection ( System . Collections . Generic . IList < Azure . AI . TextAnalytics . PiiEntity > entities , string redactedText , System . Collections . Generic . IList < Azure . AI . TextAnalytics . TextAnalyticsWarning > warnings = null ) { throw null ; }
862+ public static Azure . AI . TextAnalytics . PiiEntity PiiEntity ( string text , string category , string subCategory , double score , int offset , int length ) { throw null ; }
863+ 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 ; }
864+ public static Azure . AI . TextAnalytics . RecognizeEntitiesActionResult RecognizeEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizeEntitiesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
865+ public static Azure . AI . TextAnalytics . RecognizeEntitiesActionResult RecognizeEntitiesActionResult ( string code , string message ) { throw null ; }
853866 public static Azure . AI . TextAnalytics . RecognizeEntitiesResult RecognizeEntitiesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
854867 public static Azure . AI . TextAnalytics . RecognizeEntitiesResult RecognizeEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . CategorizedEntityCollection entities ) { throw null ; }
855868 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 ; }
869+ public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult RecognizeLinkedEntitiesActionResult ( Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
870+ public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesActionResult RecognizeLinkedEntitiesActionResult ( string code , string message ) { throw null ; }
856871 public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResult RecognizeLinkedEntitiesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
857872 public static Azure . AI . TextAnalytics . RecognizeLinkedEntitiesResult RecognizeLinkedEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . LinkedEntityCollection linkedEntities ) { throw null ; }
858873 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 ; }
859874 public static Azure . AI . TextAnalytics . RecognizePiiEntitiesResult RecognizePiiEntitiesResult ( string id , Azure . AI . TextAnalytics . TextAnalyticsError error ) { throw null ; }
860875 public static Azure . AI . TextAnalytics . RecognizePiiEntitiesResult RecognizePiiEntitiesResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . PiiEntityCollection entities ) { throw null ; }
861876 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 ; }
862- public static Azure . AI . TextAnalytics . SentenceOpinion SentenceOpinion ( Azure . AI . TextAnalytics . TargetSentiment target , System . Collections . Generic . IReadOnlyList < Azure . AI . TextAnalytics . AssessmentSentiment > assessments ) { throw null ; }
877+ public static Azure . AI . TextAnalytics . SentenceOpinion SentenceOpinion ( Azure . AI . TextAnalytics . TargetSentiment target , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . AssessmentSentiment > assessments ) { throw null ; }
863878 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
864879 public static Azure . AI . TextAnalytics . SentenceSentiment SentenceSentiment ( Azure . AI . TextAnalytics . TextSentiment sentiment , string text , double positiveScore , double neutralScore , double negativeScore ) { throw null ; }
865- public static Azure . AI . TextAnalytics . SentenceSentiment SentenceSentiment ( Azure . AI . TextAnalytics . TextSentiment sentiment , string text , double positiveScore , double neutralScore , double negativeScore , int offset , int length , System . Collections . Generic . IReadOnlyList < Azure . AI . TextAnalytics . SentenceOpinion > opinions ) { throw null ; }
880+ public static Azure . AI . TextAnalytics . SentenceSentiment SentenceSentiment ( Azure . AI . TextAnalytics . TextSentiment sentiment , string text , double positiveScore , double neutralScore , double negativeScore , int offset , int length , System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . SentenceOpinion > opinions ) { throw null ; }
866881 public static Azure . AI . TextAnalytics . SentimentConfidenceScores SentimentConfidenceScores ( double positiveScore , double neutralScore , double negativeScore ) { throw null ; }
867882 public static Azure . AI . TextAnalytics . TargetSentiment TargetSentiment ( Azure . AI . TextAnalytics . TextSentiment sentiment , string text , double positiveScore , double negativeScore , int offset , int length ) { throw null ; }
883+ public static Azure . AI . TextAnalytics . TextAnalyticsActionResult TextAnalyticsActionResult ( System . DateTimeOffset completedOn ) { throw null ; }
884+ public static Azure . AI . TextAnalytics . TextAnalyticsActionResult TextAnalyticsActionResult ( string code , string message ) { throw null ; }
868885 public static Azure . AI . TextAnalytics . TextAnalyticsError TextAnalyticsError ( string code , string message , string target = null ) { throw null ; }
869886 public static Azure . AI . TextAnalytics . TextAnalyticsWarning TextAnalyticsWarning ( string code , string message ) { throw null ; }
870887 public static Azure . AI . TextAnalytics . TextDocumentBatchStatistics TextDocumentBatchStatistics ( int documentCount , int validDocumentCount , int invalidDocumentCount , long transactionCount ) { throw null ; }
0 commit comments