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

232 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode"
name: "TextAnalyticsErrorCode"
nameWithType: "TextAnalyticsErrorCode"
summary: "Defines values for Text<wbr>Analytics<wbr>Error<wbr>Code."
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.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 **TextAnalyticsErrorCode**</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.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />&gt;</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html\">Serializable</a>"
constructors:
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.TextAnalyticsErrorCode()"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.TextAnalyticsErrorCode()"
name: "TextAnalyticsErrorCode()"
nameWithType: "TextAnalyticsErrorCode.TextAnalyticsErrorCode()"
summary: "Creates a new instance of `TextAnalyticsErrorCode` value."
deprecatedTag: "Use the <xref uid=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.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 TextAnalyticsErrorCode()"
desc: "Creates a new instance of `TextAnalyticsErrorCode` value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.EMPTY_REQUEST"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.EMPTY_REQUEST"
name: "EMPTY_REQUEST"
nameWithType: "TextAnalyticsErrorCode.EMPTY_REQUEST"
summary: "Enum value Empty<wbr>Request."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode EMPTY_REQUEST"
desc: "Enum value EmptyRequest."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INTERNAL_SERVER_ERROR"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INTERNAL_SERVER_ERROR"
name: "INTERNAL_SERVER_ERROR"
nameWithType: "TextAnalyticsErrorCode.INTERNAL_SERVER_ERROR"
summary: "Enum value Internal<wbr>Server<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INTERNAL_SERVER_ERROR"
desc: "Enum value InternalServerError."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_ARGUMENT"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_ARGUMENT"
name: "INVALID_ARGUMENT"
nameWithType: "TextAnalyticsErrorCode.INVALID_ARGUMENT"
summary: "Enum value Invalid<wbr>Argument."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_ARGUMENT"
desc: "Enum value InvalidArgument."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_COUNTRY_HINT"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_COUNTRY_HINT"
name: "INVALID_COUNTRY_HINT"
nameWithType: "TextAnalyticsErrorCode.INVALID_COUNTRY_HINT"
summary: "Enum value Invalid<wbr>Country<wbr>Hint."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_COUNTRY_HINT"
desc: "Enum value InvalidCountryHint."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_DOCUMENT"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_DOCUMENT"
name: "INVALID_DOCUMENT"
nameWithType: "TextAnalyticsErrorCode.INVALID_DOCUMENT"
summary: "Enum value Invalid<wbr>Document."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_DOCUMENT"
desc: "Enum value InvalidDocument."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_DOCUMENT_BATCH"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_DOCUMENT_BATCH"
name: "INVALID_DOCUMENT_BATCH"
nameWithType: "TextAnalyticsErrorCode.INVALID_DOCUMENT_BATCH"
summary: "Enum value Invalid<wbr>Document<wbr>Batch."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_DOCUMENT_BATCH"
desc: "Enum value InvalidDocumentBatch."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_PARAMETER_VALUE"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_PARAMETER_VALUE"
name: "INVALID_PARAMETER_VALUE"
nameWithType: "TextAnalyticsErrorCode.INVALID_PARAMETER_VALUE"
summary: "Enum value Invalid<wbr>Parameter<wbr>Value."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_PARAMETER_VALUE"
desc: "Enum value InvalidParameterValue."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_REQUEST"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_REQUEST"
name: "INVALID_REQUEST"
nameWithType: "TextAnalyticsErrorCode.INVALID_REQUEST"
summary: "Enum value Invalid<wbr>Request."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_REQUEST"
desc: "Enum value InvalidRequest."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_REQUEST_BODY_FORMAT"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.INVALID_REQUEST_BODY_FORMAT"
name: "INVALID_REQUEST_BODY_FORMAT"
nameWithType: "TextAnalyticsErrorCode.INVALID_REQUEST_BODY_FORMAT"
summary: "Enum value Invalid<wbr>Request<wbr>Body<wbr>Format."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode INVALID_REQUEST_BODY_FORMAT"
desc: "Enum value InvalidRequestBodyFormat."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.MISSING_INPUT_RECORDS"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.MISSING_INPUT_RECORDS"
name: "MISSING_INPUT_RECORDS"
nameWithType: "TextAnalyticsErrorCode.MISSING_INPUT_RECORDS"
summary: "Enum value Missing<wbr>Input<wbr>Records."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode MISSING_INPUT_RECORDS"
desc: "Enum value MissingInputRecords."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.MODEL_VERSION_INCORRECT"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.MODEL_VERSION_INCORRECT"
name: "MODEL_VERSION_INCORRECT"
nameWithType: "TextAnalyticsErrorCode.MODEL_VERSION_INCORRECT"
summary: "Enum value Model<wbr>Version<wbr>Incorrect."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode MODEL_VERSION_INCORRECT"
desc: "Enum value ModelVersionIncorrect."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.SERVICE_UNAVAILABLE"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.SERVICE_UNAVAILABLE"
name: "SERVICE_UNAVAILABLE"
nameWithType: "TextAnalyticsErrorCode.SERVICE_UNAVAILABLE"
summary: "Enum value Service<wbr>Unavailable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode SERVICE_UNAVAILABLE"
desc: "Enum value ServiceUnavailable."
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.UNSUPPORTED_LANGUAGE_CODE"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.UNSUPPORTED_LANGUAGE_CODE"
name: "UNSUPPORTED_LANGUAGE_CODE"
nameWithType: "TextAnalyticsErrorCode.UNSUPPORTED_LANGUAGE_CODE"
summary: "Enum value Unsupported<wbr>Language<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TextAnalyticsErrorCode UNSUPPORTED_LANGUAGE_CODE"
desc: "Enum value UnsupportedLanguageCode."
methods:
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.fromString(java.lang.String)"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.fromString(String name)"
name: "fromString(String name)"
nameWithType: "TextAnalyticsErrorCode.fromString(String name)"
summary: "Creates or finds a Text<wbr>Analytics<wbr>Error<wbr>Code from its string representation."
modifiers:
- "static"
parameters:
- description: "The string 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 TextAnalyticsErrorCode fromString(String name)"
desc: "Creates or finds a TextAnalyticsErrorCode from its string representation."
returns:
description: "The corresponding TextAnalyticsErrorCode."
type: "<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.values()"
fullName: "com.azure.ai.textanalytics.models.TextAnalyticsErrorCode.values()"
name: "values()"
nameWithType: "TextAnalyticsErrorCode.values()"
summary: "All known Text<wbr>Analytics<wbr>Error<wbr>Code values."
modifiers:
- "static"
syntax: "public static Collection<TextAnalyticsErrorCode> values()"
desc: "All known TextAnalyticsErrorCode values."
returns:
description: "known TextAnalyticsErrorCode 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.TextAnalyticsErrorCode?alt=com.azure.ai.textanalytics.models.TextAnalyticsErrorCode&text=TextAnalyticsErrorCode\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for TextAnalyticsErrorCode."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html\">Serializable</a>"
metadata: {}
package: "com.azure.ai.textanalytics.models"
artifact: com.azure:azure-ai-textanalytics:5.5.1