Uses of Class
com.azure.ai.textanalytics.models.TextDocumentBatchStatistics
Packages that use TextDocumentBatchStatistics
Package
Description
Package containing Azure Text Analytics collection types that contain the results for batch operations.
-
Uses of TextDocumentBatchStatistics in com.azure.ai.textanalytics.util
Methods in com.azure.ai.textanalytics.util that return TextDocumentBatchStatisticsModifier and TypeMethodDescriptionAbstractiveSummaryResultCollection.getStatistics()Get the batch statistics of response.AnalyzeHealthcareEntitiesResultCollection.getStatistics()Gets the healthcare document result statistics properties.AnalyzeSentimentResultCollection.getStatistics()Gets the batch statistics of response.ClassifyDocumentResultCollection.getStatistics()Get the batch statistics of response.DetectLanguageResultCollection.getStatistics()Gets the batch statistics of response.ExtractiveSummaryResultCollection.getStatistics()Get the batch statistics of response.ExtractKeyPhrasesResultCollection.getStatistics()Gets the batch statistics of response.RecognizeCustomEntitiesResultCollection.getStatistics()Get the batch statistics of response.RecognizeEntitiesResultCollection.getStatistics()Gets the batch statistics of response.RecognizeLinkedEntitiesResultCollection.getStatistics()Gets the batch statistics of response.RecognizePiiEntitiesResultCollection.getStatistics()Gets the batch statistics of response.Constructors in com.azure.ai.textanalytics.util with parameters of type TextDocumentBatchStatisticsModifierConstructorDescriptionAnalyzeSentimentResultCollection(Iterable<AnalyzeSentimentResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aAnalyzeSentimentResultCollectionmodel that maintains a list ofAnalyzeSentimentResultalong with model version and batch's statistics.DetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aDetectLanguageResultCollectionmodel that maintains a list ofDetectLanguageResultalong with model version and batch's statistics.ExtractKeyPhrasesResultCollection(Iterable<ExtractKeyPhraseResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aExtractKeyPhrasesResultCollectionmodel that maintains a list ofExtractKeyPhraseResultalong with model version and batch's statistics.RecognizeEntitiesResultCollection(Iterable<RecognizeEntitiesResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aRecognizeEntitiesResultCollectionmodel that maintains a list ofRecognizeEntitiesResultalong with model version and batch's statistics.RecognizeLinkedEntitiesResultCollection(Iterable<RecognizeLinkedEntitiesResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aRecognizeLinkedEntitiesResultCollectionmodel that maintains a list ofRecognizeLinkedEntitiesResultalong with model version and batch's statistics.RecognizePiiEntitiesResultCollection(Iterable<RecognizePiiEntitiesResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aRecognizePiiEntitiesResultCollectionmodel that maintains a list ofRecognizePiiEntitiesResultalong with model version and batch's statistics.