Uses of Enum
com.azure.ai.textanalytics.TextAnalyticsServiceVersion
Packages that use TextAnalyticsServiceVersion
Package
Description
Package containing the classes for TextAnalyticsClient.
-
Uses of TextAnalyticsServiceVersion in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return TextAnalyticsServiceVersionModifier and TypeMethodDescriptionstatic TextAnalyticsServiceVersionTextAnalyticsServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic TextAnalyticsServiceVersionReturns the enum constant of this type with the specified name.static TextAnalyticsServiceVersion[]TextAnalyticsServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.textanalytics with parameters of type TextAnalyticsServiceVersionModifier and TypeMethodDescriptionTextAnalyticsClientBuilder.serviceVersion(TextAnalyticsServiceVersion version) Sets theTextAnalyticsServiceVersionthat is used when making API requests.