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

99 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.textanalytics.models.WarningCode"
fullName: "com.azure.ai.textanalytics.models.WarningCode"
name: "WarningCode"
nameWithType: "WarningCode"
summary: "Defines values for `WarningCode`."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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#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 **WarningCode**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.ai.textanalytics.models.WarningCode.WarningCode()"
fullName: "com.azure.ai.textanalytics.models.WarningCode.WarningCode()"
name: "WarningCode()"
nameWithType: "WarningCode.WarningCode()"
summary: "Creates a new instance of `WarningCode` value."
deprecatedTag: "Use the <xref uid=\"com.azure.ai.textanalytics.models.WarningCode.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public WarningCode()"
desc: "Creates a new instance of `WarningCode` value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.ai.textanalytics.models.WarningCode.DOCUMENT_TRUNCATED"
fullName: "com.azure.ai.textanalytics.models.WarningCode.DOCUMENT_TRUNCATED"
name: "DOCUMENT_TRUNCATED"
nameWithType: "WarningCode.DOCUMENT_TRUNCATED"
summary: "Static value Document<wbr>Truncated for `WarningCode`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WarningCode DOCUMENT_TRUNCATED"
desc: "Static value DocumentTruncated for `WarningCode`."
- uid: "com.azure.ai.textanalytics.models.WarningCode.LONG_WORDS_IN_DOCUMENT"
fullName: "com.azure.ai.textanalytics.models.WarningCode.LONG_WORDS_IN_DOCUMENT"
name: "LONG_WORDS_IN_DOCUMENT"
nameWithType: "WarningCode.LONG_WORDS_IN_DOCUMENT"
summary: "Static value Long<wbr>Words<wbr>InDocument for `WarningCode`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WarningCode LONG_WORDS_IN_DOCUMENT"
desc: "Static value LongWordsInDocument for `WarningCode`."
methods:
- uid: "com.azure.ai.textanalytics.models.WarningCode.fromString(java.lang.String)"
fullName: "com.azure.ai.textanalytics.models.WarningCode.fromString(String name)"
name: "fromString(String name)"
nameWithType: "WarningCode.fromString(String name)"
summary: "Creates or finds a `WarningCode` from its string representation."
modifiers:
- "static"
parameters:
- description: "A name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static WarningCode fromString(String name)"
desc: "Creates or finds a `WarningCode` from its string representation."
returns:
description: "The corresponding <code>WarningCode</code>."
type: "<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.textanalytics.models.WarningCode.values()"
fullName: "com.azure.ai.textanalytics.models.WarningCode.values()"
name: "values()"
nameWithType: "WarningCode.values()"
summary: "All known Warning<wbr>Code values."
modifiers:
- "static"
syntax: "public static Collection<WarningCode> values()"
desc: "All known WarningCode values."
returns:
description: "known WarningCode values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.ai.textanalytics.models.WarningCode?alt=com.azure.ai.textanalytics.models.WarningCode&text=WarningCode\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for `WarningCode`."
metadata: {}
package: "com.azure.ai.textanalytics.models"
artifact: com.azure:azure-ai-textanalytics:5.5.3