Uses of Class
com.azure.ai.textanalytics.models.TextAnalyticsError
Packages that use TextAnalyticsError
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of TextAnalyticsError in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return TextAnalyticsErrorModifier and TypeMethodDescriptionstatic TextAnalyticsErrorTextAnalyticsError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TextAnalyticsError from the JsonReader.TextAnalyticsActionResult.getError()Gets the error of action.TextAnalyticsResult.getError()Get the error of text document.Methods in com.azure.ai.textanalytics.models that return types with arguments of type TextAnalyticsErrorModifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<TextAnalyticsError>TextAnalyticsException.getErrors()Get the error information list fot this exception.Constructors in com.azure.ai.textanalytics.models with parameters of type TextAnalyticsErrorModifierConstructorDescriptionAbstractiveSummaryResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error) Creates aAbstractiveSummaryResultmodel that describes the abstractive summarization result.AnalyzeHealthcareEntitiesResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error) Creates aAnalyzeHealthcareEntitiesResultmodel that describes recognized healthcare entities result.AnalyzeSentimentResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, DocumentSentiment documentSentiment) Creates aAnalyzeSentimentResultmodel that describes analyzed sentiment result.ClassifyDocumentResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error) Creates aClassifyDocumentResultmodel.DetectLanguageResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, DetectedLanguage primaryLanguage) Creates aDetectLanguageResultmodel that describes detected languages result.ExtractiveSummaryResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error) Creates aExtractiveSummaryResultmodel that describes extractive summarization result.ExtractKeyPhraseResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, KeyPhrasesCollection keyPhrases) Creates aExtractKeyPhraseResultmodel that describes extracted key phrases result.RecognizeEntitiesResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, CategorizedEntityCollection entities) Creates aRecognizeEntitiesResultmodel that describes recognized entities result.RecognizeLinkedEntitiesResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, LinkedEntityCollection entities) Creates aRecognizeLinkedEntitiesResultmodel that describes recognized linked entities result.RecognizePiiEntitiesResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, PiiEntityCollection entities) Creates aRecognizePiiEntitiesResultmodel that describes recognized PII entities result.