Class SelectionMarkState

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

public final class SelectionMarkState extends com.azure.core.util.ExpandableStringEnum<SelectionMarkState>
Defines values for SelectionMarkState. i.e., Selected or Unselected.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SelectionMarkState
    Static value SELECTED for SelectionMarkState.
    static final SelectionMarkState
    Static value UNSELECTED for SelectionMarkState.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the ExpandableStringEnum.fromString(String, Class) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a SelectionMarkState from its string representation.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SELECTED

      public static final SelectionMarkState SELECTED
      Static value SELECTED for SelectionMarkState.
    • UNSELECTED

      public static final SelectionMarkState UNSELECTED
      Static value UNSELECTED for SelectionMarkState.
  • Constructor Details

    • SelectionMarkState

      @Deprecated public SelectionMarkState()
      Deprecated.
      Use the ExpandableStringEnum.fromString(String, Class) factory method.
      Constructs a SelectionMarkState object.
  • Method Details

    • fromString

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