Uses of Class
com.azure.ai.textanalytics.models.WarningCode
Packages that use WarningCode
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of WarningCode in com.azure.ai.textanalytics.models
Fields in com.azure.ai.textanalytics.models declared as WarningCodeModifier and TypeFieldDescriptionstatic final WarningCodeWarningCode.DOCUMENT_TRUNCATEDStatic value DocumentTruncated forWarningCode.static final WarningCodeWarningCode.LONG_WORDS_IN_DOCUMENTStatic value LongWordsInDocument forWarningCode.Methods in com.azure.ai.textanalytics.models that return WarningCodeModifier and TypeMethodDescriptionstatic WarningCodeWarningCode.fromString(String name) Creates or finds aWarningCodefrom its string representation.TextAnalyticsWarning.getWarningCode()Get the warning code property: warning code, such as 'LongWordsInDocument'.Methods in com.azure.ai.textanalytics.models that return types with arguments of type WarningCodeModifier and TypeMethodDescriptionstatic Collection<WarningCode>WarningCode.values()All known WarningCode values.Constructors in com.azure.ai.textanalytics.models with parameters of type WarningCodeModifierConstructorDescriptionTextAnalyticsWarning(WarningCode warningCode, String message) Creates aTextAnalyticsWarningmodel that describes text analytics warning.