Class DocumentSelectionMarkState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
com.azure.ai.documentintelligence.models.DocumentSelectionMarkState

public final class DocumentSelectionMarkState extends com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
State of the selection mark.
  • Field Details

    • SELECTED

      public static final DocumentSelectionMarkState SELECTED
      The selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark.
    • UNSELECTED

      public static final DocumentSelectionMarkState UNSELECTED
      The selection mark is not selected.
  • Constructor Details

    • DocumentSelectionMarkState

      @Deprecated public DocumentSelectionMarkState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DocumentSelectionMarkState value.
  • Method Details

    • fromString

      public static DocumentSelectionMarkState fromString(String name)
      Creates or finds a DocumentSelectionMarkState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DocumentSelectionMarkState.
    • values

      public static Collection<DocumentSelectionMarkState> values()
      Gets known DocumentSelectionMarkState values.
      Returns:
      known DocumentSelectionMarkState values.