Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillChunkingProperties
Packages that use DocumentIntelligenceLayoutSkillChunkingProperties
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkillChunkingProperties in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillChunkingPropertiesModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillChunkingProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentIntelligenceLayoutSkillChunkingProperties from the JsonReader.DocumentIntelligenceLayoutSkill.getChunkingProperties()Get the chunkingProperties property: Controls the cardinality for chunking the content.DocumentIntelligenceLayoutSkillChunkingProperties.setMaximumLength(Integer maximumLength) Set the maximumLength property: The maximum chunk length in characters.DocumentIntelligenceLayoutSkillChunkingProperties.setOverlapLength(Integer overlapLength) Set the overlapLength property: The length of overlap provided between two text chunks.DocumentIntelligenceLayoutSkillChunkingProperties.setUnit(DocumentIntelligenceLayoutSkillChunkingUnit unit) Set the unit property: The unit of the chunk.Methods in com.azure.search.documents.indexes.models with parameters of type DocumentIntelligenceLayoutSkillChunkingPropertiesModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.setChunkingProperties(DocumentIntelligenceLayoutSkillChunkingProperties chunkingProperties) Set the chunkingProperties property: Controls the cardinality for chunking the content.