Class ContentUnderstandingSkillChunkingUnit

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

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

  • Constructor Details

    • ContentUnderstandingSkillChunkingUnit

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

    • fromString

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

      Gets known ContentUnderstandingSkillChunkingUnit values.
      Returns:
      known ContentUnderstandingSkillChunkingUnit values.