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

105 строки
7.0 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion"
name: "TextAnalyticsServiceVersion"
nameWithType: "TextAnalyticsServiceVersion"
summary: "The versions of Azure Text Analytics supported by this client library."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- 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#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 enum **TextAnalyticsServiceVersion**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.ai.textanalytics.TextAnalyticsServiceVersion?alt=com.azure.ai.textanalytics.TextAnalyticsServiceVersion&text=TextAnalyticsServiceVersion\" data-throw-if-not-resolved=\"False\" />&gt;</br> implements <xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
fields:
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V2022_05_01"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V2022_05_01"
name: "V2022_05_01"
nameWithType: "TextAnalyticsServiceVersion.V2022_05_01"
summary: "Service Version `2022-05-01`."
desc: "Service Version `2022-05-01`. A newer version than V3\\_0 and V3\\_1."
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V2023_04_01"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V2023_04_01"
name: "V2023_04_01"
nameWithType: "TextAnalyticsServiceVersion.V2023_04_01"
summary: "Service Version `2023-04-01`."
desc: "Service Version `2023-04-01`. The latest version."
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V3_0"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V3_0"
name: "V3_0"
nameWithType: "TextAnalyticsServiceVersion.V3_0"
summary: "Service version `v3.0`."
desc: "Service version `v3.0`."
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V3_1"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.V3_1"
name: "V3_1"
nameWithType: "TextAnalyticsServiceVersion.V3_1"
summary: "Service version `v3.1`."
desc: "Service version `v3.1`."
methods:
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.getLatest()"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.getLatest()"
name: "getLatest()"
nameWithType: "TextAnalyticsServiceVersion.getLatest()"
summary: "Gets the latest service version supported by this client library"
modifiers:
- "static"
syntax: "public static TextAnalyticsServiceVersion getLatest()"
desc: "Gets the latest service version supported by this client library"
returns:
description: "the latest <code>TextAnalyticsServiceVersion</code>"
type: "<xref href=\"com.azure.ai.textanalytics.TextAnalyticsServiceVersion?alt=com.azure.ai.textanalytics.TextAnalyticsServiceVersion&text=TextAnalyticsServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.getVersion()"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.getVersion()"
name: "getVersion()"
nameWithType: "TextAnalyticsServiceVersion.getVersion()"
syntax: "public String getVersion()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.valueOf(java.lang.String)"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "TextAnalyticsServiceVersion.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static TextAnalyticsServiceVersion valueOf(String name)"
returns:
type: "<xref href=\"com.azure.ai.textanalytics.TextAnalyticsServiceVersion?alt=com.azure.ai.textanalytics.TextAnalyticsServiceVersion&text=TextAnalyticsServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.values()"
fullName: "com.azure.ai.textanalytics.TextAnalyticsServiceVersion.values()"
name: "values()"
nameWithType: "TextAnalyticsServiceVersion.values()"
modifiers:
- "static"
syntax: "public static TextAnalyticsServiceVersion[] values()"
returns:
type: "<xref href=\"com.azure.ai.textanalytics.TextAnalyticsServiceVersion?alt=com.azure.ai.textanalytics.TextAnalyticsServiceVersion&text=TextAnalyticsServiceVersion\" data-throw-if-not-resolved=\"False\" />[]"
desc: "The versions of Azure Text Analytics supported by this client library."
implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.ai.textanalytics"
artifact: com.azure:azure-ai-textanalytics:5.5.1