Uses of Class
com.azure.search.documents.indexes.models.ContentUnderstandingSkillChunkingUnit
Packages that use ContentUnderstandingSkillChunkingUnit
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ContentUnderstandingSkillChunkingUnit in com.azure.search.documents.indexes.models
Subclasses with type arguments of type ContentUnderstandingSkillChunkingUnit in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classControls the cardinality of the chunk unit.Fields in com.azure.search.documents.indexes.models declared as ContentUnderstandingSkillChunkingUnitModifier and TypeFieldDescriptionstatic final ContentUnderstandingSkillChunkingUnitContentUnderstandingSkillChunkingUnit.CHARACTERSSpecifies chunk by characters.Methods in com.azure.search.documents.indexes.models that return ContentUnderstandingSkillChunkingUnitModifier and TypeMethodDescriptionContentUnderstandingSkillChunkingUnit.fromString(String name) Creates or finds a ContentUnderstandingSkillChunkingUnit from its string representation.ContentUnderstandingSkillChunkingProperties.getUnit()Get the unit property: The unit of the chunk.Methods in com.azure.search.documents.indexes.models that return types with arguments of type ContentUnderstandingSkillChunkingUnitModifier and TypeMethodDescriptionContentUnderstandingSkillChunkingUnit.values()Gets known ContentUnderstandingSkillChunkingUnit values.Methods in com.azure.search.documents.indexes.models with parameters of type ContentUnderstandingSkillChunkingUnitModifier and TypeMethodDescriptionContentUnderstandingSkillChunkingProperties.setUnit(ContentUnderstandingSkillChunkingUnit unit) Set the unit property: The unit of the chunk.