Uses of Class
com.azure.search.documents.indexes.models.ContentUnderstandingSkillChunkingProperties
Packages that use ContentUnderstandingSkillChunkingProperties
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ContentUnderstandingSkillChunkingProperties in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type ContentUnderstandingSkillChunkingPropertiesModifier and TypeClassDescriptionfinal classControls the cardinality for chunking the content.Methods in com.azure.search.documents.indexes.models that return ContentUnderstandingSkillChunkingPropertiesModifier and TypeMethodDescriptionContentUnderstandingSkillChunkingProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContentUnderstandingSkillChunkingProperties from the JsonReader.ContentUnderstandingSkill.getChunkingProperties()Get the chunkingProperties property: Controls the cardinality for chunking the content.ContentUnderstandingSkillChunkingProperties.setMaximumLength(Integer maximumLength) Set the maximumLength property: The maximum chunk length in characters.ContentUnderstandingSkillChunkingProperties.setOverlapLength(Integer overlapLength) Set the overlapLength property: The length of overlap provided between two text chunks.ContentUnderstandingSkillChunkingProperties.setUnit(ContentUnderstandingSkillChunkingUnit unit) Set the unit property: The unit of the chunk.Methods in com.azure.search.documents.indexes.models with parameters of type ContentUnderstandingSkillChunkingPropertiesModifier and TypeMethodDescriptionContentUnderstandingSkill.setChunkingProperties(ContentUnderstandingSkillChunkingProperties chunkingProperties) Set the chunkingProperties property: Controls the cardinality for chunking the content.