你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentAnalysisServiceVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion

public enum DocumentAnalysisServiceVersion
extends Enum<DocumentAnalysisServiceVersion>
implements ServiceVersion

The versions of Azure Form Recognizer supported by this client library.

Implements

Fields

V2022_08_31

Service version "2022-08-31"

V2023_07_31

Service version 2023-07-31.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

getLatest()

public static DocumentAnalysisServiceVersion getLatest()

Gets the latest service version supported by this client library

Returns

getVersion()

public String getVersion()

Returns

valueOf(String name)

public static DocumentAnalysisServiceVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static DocumentAnalysisServiceVersion[] values()

Returns

Applies to