Class DocumentIntelligenceLayoutSkillOutputMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillOutputMode>
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillOutputMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DocumentIntelligenceLayoutSkillOutputMode extends com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillOutputMode>
Controls the cardinality of the output produced by the skill. Default is 'oneToMany'.
  • Field Details

  • Constructor Details

    • DocumentIntelligenceLayoutSkillOutputMode

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

    • fromString

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

      Gets known DocumentIntelligenceLayoutSkillOutputMode values.
      Returns:
      known DocumentIntelligenceLayoutSkillOutputMode values.