Class DocumentSelectionMarkState

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

public final class DocumentSelectionMarkState extends com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
Defines values for DocumentSelectionMarkState.
  • Field Details

  • Constructor Details

    • DocumentSelectionMarkState

      public DocumentSelectionMarkState()
  • 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()
      Returns:
      known DocumentSelectionMarkState values.