azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.textanalytics....

65 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.textanalytics.models.TextAnalyticsWarning"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsWarning"
name: "TextAnalyticsWarning"
nameWithType: "TextAnalyticsWarning"
summary: "The `TextAnalyticsWarning` model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TextAnalyticsWarning**"
constructors:
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsWarning.TextAnalyticsWarning(com.azure.ai.textanalytics.models.WarningCode,java.lang.String)"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsWarning.TextAnalyticsWarning(WarningCode warningCode, String message)"
name: "TextAnalyticsWarning(WarningCode warningCode, String message)"
nameWithType: "TextAnalyticsWarning.TextAnalyticsWarning(WarningCode warningCode, String message)"
summary: "Creates a `TextAnalyticsWarning` model that describes text analytics warning."
parameters:
- description: "The warning code value"
name: "warningCode"
type: "<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />"
- description: "The warning message."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TextAnalyticsWarning(WarningCode warningCode, String message)"
desc: "Creates a `TextAnalyticsWarning` model that describes text analytics warning."
methods:
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsWarning.getMessage()"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsWarning.getMessage()"
name: "getMessage()"
nameWithType: "TextAnalyticsWarning.getMessage()"
summary: "Get the message property: Warning message."
syntax: "public String getMessage()"
desc: "Get the message property: Warning message."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsWarning.getWarningCode()"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsWarning.getWarningCode()"
name: "getWarningCode()"
nameWithType: "TextAnalyticsWarning.getWarningCode()"
summary: "Get the warning code property: warning code, such as 'Long<wbr>Words<wbr>InDocument'."
syntax: "public WarningCode getWarningCode()"
desc: "Get the warning code property: warning code, such as 'LongWordsInDocument'."
returns:
description: "the warning code value."
type: "<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The `TextAnalyticsWarning` model."
metadata: {}
package: "com.azure.ai.textanalytics.models"
artifact: com.azure:azure-ai-textanalytics:5.5.1