@@ -312,24 +312,6 @@ public partial class ClassificationCategoryCollection : System.Collections.Objec
312
312
internal ClassificationCategoryCollection ( ) : base ( default ( System . Collections . Generic . IList < Azure . AI . TextAnalytics . ClassificationCategory > ) ) { }
313
313
public System . Collections . Generic . IReadOnlyCollection < Azure . AI . TextAnalytics . TextAnalyticsWarning > Warnings { get { throw null ; } }
314
314
}
315
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
316
- public readonly partial struct ClassificationType : System . IEquatable < Azure . AI . TextAnalytics . ClassificationType >
317
- {
318
- private readonly object _dummy ;
319
- private readonly int _dummyPrimitive ;
320
- public ClassificationType ( string value ) { throw null ; }
321
- public static Azure . AI . TextAnalytics . ClassificationType Multi { get { throw null ; } }
322
- public static Azure . AI . TextAnalytics . ClassificationType Single { get { throw null ; } }
323
- public bool Equals ( Azure . AI . TextAnalytics . ClassificationType other ) { throw null ; }
324
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
325
- public override bool Equals ( object obj ) { throw null ; }
326
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
327
- public override int GetHashCode ( ) { throw null ; }
328
- public static bool operator == ( Azure . AI . TextAnalytics . ClassificationType left , Azure . AI . TextAnalytics . ClassificationType right ) { throw null ; }
329
- public static implicit operator Azure . AI . TextAnalytics . ClassificationType ( string value ) { throw null ; }
330
- public static bool operator != ( Azure . AI . TextAnalytics . ClassificationType left , Azure . AI . TextAnalytics . ClassificationType right ) { throw null ; }
331
- public override string ToString ( ) { throw null ; }
332
- }
333
315
public partial class ClassifyDocumentOperation : Azure . PageableOperation < Azure . AI . TextAnalytics . ClassifyDocumentResultCollection >
334
316
{
335
317
protected ClassifyDocumentOperation ( ) { }
@@ -440,12 +422,6 @@ internal DocumentSentiment() { }
440
422
public Azure . AI . TextAnalytics . TextSentiment Sentiment { get { throw null ; } }
441
423
public System . Collections . Generic . IReadOnlyCollection < Azure . AI . TextAnalytics . TextAnalyticsWarning > Warnings { get { throw null ; } }
442
424
}
443
- public partial class DynamicClassifyDocumentResultCollection : System . Collections . ObjectModel . ReadOnlyCollection < Azure . AI . TextAnalytics . ClassifyDocumentResult >
444
- {
445
- internal DynamicClassifyDocumentResultCollection ( ) : base ( default ( System . Collections . Generic . IList < Azure . AI . TextAnalytics . ClassifyDocumentResult > ) ) { }
446
- public string ModelVersion { get { throw null ; } }
447
- public Azure . AI . TextAnalytics . TextDocumentBatchStatistics Statistics { get { throw null ; } }
448
- }
449
425
public enum EntityAssociation
450
426
{
451
427
Subject = 0 ,
@@ -1593,12 +1569,6 @@ public TextAnalyticsClient(System.Uri endpoint, Azure.Core.TokenCredential crede
1593
1569
public virtual Azure . Response < Azure . AI . TextAnalytics . DetectLanguageResultCollection > DetectLanguageBatch ( System . Collections . Generic . IEnumerable < string > documents , string countryHint = null , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1594
1570
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . TextAnalytics . DetectLanguageResultCollection > > DetectLanguageBatchAsync ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . DetectLanguageInput > documents , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1595
1571
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . TextAnalytics . DetectLanguageResultCollection > > DetectLanguageBatchAsync ( System . Collections . Generic . IEnumerable < string > documents , string countryHint = null , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1596
- public virtual Azure . Response < Azure . AI . TextAnalytics . ClassificationCategoryCollection > DynamicClassify ( string document , System . Collections . Generic . IEnumerable < string > categories , Azure . AI . TextAnalytics . ClassificationType ? classificationType = default ( Azure . AI . TextAnalytics . ClassificationType ? ) , string language = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1597
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . TextAnalytics . ClassificationCategoryCollection > > DynamicClassifyAsync ( string document , System . Collections . Generic . IEnumerable < string > categories , Azure . AI . TextAnalytics . ClassificationType ? classificationType = default ( Azure . AI . TextAnalytics . ClassificationType ? ) , string language = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1598
- public virtual Azure . Response < Azure . AI . TextAnalytics . DynamicClassifyDocumentResultCollection > DynamicClassifyBatch ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . TextDocumentInput > documents , System . Collections . Generic . IEnumerable < string > categories , Azure . AI . TextAnalytics . ClassificationType ? classificationType = default ( Azure . AI . TextAnalytics . ClassificationType ? ) , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1599
- public virtual Azure . Response < Azure . AI . TextAnalytics . DynamicClassifyDocumentResultCollection > DynamicClassifyBatch ( System . Collections . Generic . IEnumerable < string > documents , System . Collections . Generic . IEnumerable < string > categories , Azure . AI . TextAnalytics . ClassificationType ? classificationType = default ( Azure . AI . TextAnalytics . ClassificationType ? ) , string language = null , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1600
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . TextAnalytics . DynamicClassifyDocumentResultCollection > > DynamicClassifyBatchAsync ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . TextDocumentInput > documents , System . Collections . Generic . IEnumerable < string > categories , Azure . AI . TextAnalytics . ClassificationType ? classificationType = default ( Azure . AI . TextAnalytics . ClassificationType ? ) , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1601
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . TextAnalytics . DynamicClassifyDocumentResultCollection > > DynamicClassifyBatchAsync ( System . Collections . Generic . IEnumerable < string > documents , System . Collections . Generic . IEnumerable < string > categories , Azure . AI . TextAnalytics . ClassificationType ? classificationType = default ( Azure . AI . TextAnalytics . ClassificationType ? ) , string language = null , Azure . AI . TextAnalytics . TextAnalyticsRequestOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
1602
1572
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1603
1573
public override bool Equals ( object obj ) { throw null ; }
1604
1574
public virtual Azure . Response < Azure . AI . TextAnalytics . KeyPhraseCollection > ExtractKeyPhrases ( string document , string language = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -1775,7 +1745,6 @@ public static partial class TextAnalyticsModelFactory
1775
1745
public static Azure . AI . TextAnalytics . DetectLanguageResult DetectLanguageResult ( string id , Azure . AI . TextAnalytics . TextDocumentStatistics statistics , Azure . AI . TextAnalytics . DetectedLanguage detectedLanguage ) { throw null ; }
1776
1746
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 ; }
1777
1747
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 ; }
1778
- public static Azure . AI . TextAnalytics . DynamicClassifyDocumentResultCollection DynamicClassifyDocumentResultCollection ( System . Collections . Generic . IEnumerable < Azure . AI . TextAnalytics . ClassifyDocumentResult > results , Azure . AI . TextAnalytics . TextDocumentBatchStatistics statistics , string modelVersion ) { throw null ; }
1779
1748
public static Azure . AI . TextAnalytics . EntityDataSource EntityDataSource ( string name = null , string entityId = null ) { throw null ; }
1780
1749
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1781
1750
public static Azure . AI . TextAnalytics . ExtractKeyPhrasesActionResult ExtractKeyPhrasesActionResult ( Azure . AI . TextAnalytics . ExtractKeyPhrasesResultCollection result , System . DateTimeOffset completedOn ) { throw null ; }
0 commit comments