Uses of Class
com.azure.ai.textanalytics.models.TextAnalyticsError
Packages that use TextAnalyticsError
Package
Description
Package containing classes for TextAnalyticsClient.
-
Uses of TextAnalyticsError in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return TextAnalyticsErrorModifier and TypeMethodDescriptionTextAnalyticsActionResult.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 TextAnalyticsErrorModifierConstructorDescriptionAnalyzeHealthcareEntitiesResult(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.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.