Class TextStyleName

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

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

    • OTHER

      public static final TextStyleName OTHER
      Static value other for TextStyleName.
    • HANDWRITING

      public static final TextStyleName HANDWRITING
      Static value handwriting for TextStyleName.
  • Constructor Details

    • TextStyleName

      public TextStyleName()
  • Method Details

    • fromString

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

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