Class AnalyzeOutputFormat

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AnalyzeOutputFormat>
com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AnalyzeOutputFormat extends com.azure.core.util.ExpandableStringEnum<AnalyzeOutputFormat>
Additional output to generate during analysis.
  • Field Details

  • Constructor Details

    • AnalyzeOutputFormat

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

    • fromString

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

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