'宣言 Public Enum MaskEditorDataMode Inherits System.Enum
public enum MaskEditorDataMode : System.Enum
メンバ | 解説 |
---|---|
AllText | すべてのプロンプトおよびリテラル文字を含むすべてのテキスト。デフォルト |
RawText | RAW テキストのみ。プロンプトおよびリテラル文字なし。 |
RawTextWithAllPrompts | 必須およびオプション プロンプトを含むRAW テキスト。リテラルマスク文字なし。 |
RawTextWithLiterals | リテラル文字を含む RAW テキスト。プロンプトなし。 |
RawTextWithRequiredPrompts | 必須プロンプトを含むRAW テキスト。オプショナル プロンプトおよびリテラル文字なし。 |
RawTextWithRequiredPromptsAndLiterals | 必須およびオプション プロンプトを含む RAW テキスト。オプション プロンプトなし。 |
オンラインで表示: GitHub