DocumentModelBuildMode クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. formrecognizer. documentanalysis. administration. models. DocumentModelBuildMode
- com.
- com.
public final class DocumentModelBuildMode
extends ExpandableStringEnum<DocumentModelBuildMode>
カスタム ドキュメント ビルド モードの値を記述するクラス
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Document |
NEURAL
多様なビジュアル テンプレートを含む英語のドキュメントに使用されます。 |
static final
Document |
TEMPLATE
固定ビジュアル テンプレートを含むドキュメントに使用されます。 |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
DocumentModelBuildMode() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
ドキュメント |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Document |
fromString(String name)
ドキュメント |
static
Collection<Document |
values()
既知のドキュメント |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
NEURAL
public static final DocumentModelBuildMode NEURAL
多様なビジュアル テンプレートを含む英語のドキュメントに使用されます。
TEMPLATE
public static final DocumentModelBuildMode TEMPLATE
固定ビジュアル テンプレートを含むドキュメントに使用されます。
コンストラクターの詳細
DocumentModelBuildMode
@Deprecated
public DocumentModelBuildMode()
非推奨
DocumentModelBuildMode オブジェクトを作成します。
メソッドの詳細
fromString
public static DocumentModelBuildMode fromString(String name)
DocumentModelBuildMode を文字列表現から作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の DocumentModelBuildMode 値を返します。
Returns:
適用対象
Azure SDK for Java