Share via


ContentUnderstandingServiceVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.ai.contentunderstanding.ContentUnderstandingServiceVersion

public enum ContentUnderstandingServiceVersion
extends Enum<ContentUnderstandingServiceVersion>
implements ServiceVersion

Service version of ContentUnderstandingClient.

Implements

Fields

V2025_11_01

Enum value 2025-11-01.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

getLatest()

public static ContentUnderstandingServiceVersion getLatest()

Gets the latest service version supported by this client library.

Returns

getVersion()

public String getVersion()

Returns

valueOf(String name)

public static ContentUnderstandingServiceVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static ContentUnderstandingServiceVersion[] values()

Returns

Applies to