Class DocumentIntelligenceLayoutSkillChunkingUnit

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

public final class DocumentIntelligenceLayoutSkillChunkingUnit extends com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillChunkingUnit>
Controls the cardinality of the chunk unit. Default is 'characters'.
  • Field Details

  • Constructor Details

    • DocumentIntelligenceLayoutSkillChunkingUnit

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

    • fromString

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

      Gets known DocumentIntelligenceLayoutSkillChunkingUnit values.
      Returns:
      known DocumentIntelligenceLayoutSkillChunkingUnit values.