次の方法で共有


DocumentModelBuildMode クラス

public final class DocumentModelBuildMode
extends ExpandableStringEnum<DocumentModelBuildMode>

カスタム ドキュメント ビルド モードの値を記述するクラス

フィールドの概要

修飾子と型 フィールドと説明
static final DocumentModelBuildMode NEURAL

多様なビジュアル テンプレートを含む英語のドキュメントに使用されます。

static final DocumentModelBuildMode TEMPLATE

固定ビジュアル テンプレートを含むドキュメントに使用されます。

コンストラクターの概要

コンストラクター 説明
DocumentModelBuildMode()

非推奨

ファクトリ メソッドを使用します fromString(String name)

ドキュメントモデルビルドモード オブジェクトを作成します。

メソッドの概要

修飾子と型 メソッドと説明
static DocumentModelBuildMode fromString(String name)

ドキュメントモデルのビルドモードを、その文字列表現から作成または検索します。

static Collection<DocumentModelBuildMode> values()

既知のドキュメントモデルビルドモードの値を返します。

メソッドの継承元: ExpandableStringEnum

メソッドの継承元: java.lang.Object

フィールドの詳細

NEURAL

public static final DocumentModelBuildMode NEURAL

多様なビジュアル テンプレートを含む英語のドキュメントに使用されます。

TEMPLATE

public static final DocumentModelBuildMode TEMPLATE

固定ビジュアル テンプレートを含むドキュメントに使用されます。

コンストラクターの詳細

DocumentModelBuildMode

@Deprecated
public DocumentModelBuildMode()

非推奨

ファクトリ メソッドを使用します fromString(String name)

DocumentModelBuildMode オブジェクトを作成します。

メソッドの詳細

fromString

public static DocumentModelBuildMode fromString(String name)

DocumentModelBuildMode を文字列表現から作成または検索します。

Parameters:

name - 検索する名前。

Returns:

対応する DocumentModelBuildMode。

values

public static Collection values()

既知の DocumentModelBuildMode 値を返します。

Returns:

既知の DocumentModelBuildMode 値。

適用対象