Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillChunkingUnit
Packages that use DocumentIntelligenceLayoutSkillChunkingUnit
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkillChunkingUnit in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as DocumentIntelligenceLayoutSkillChunkingUnitModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillChunkingUnitDocumentIntelligenceLayoutSkillChunkingUnit.CHARACTERSSpecifies chunk by characters.Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillChunkingUnitModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillChunkingUnit.fromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillChunkingUnit from its string representation.DocumentIntelligenceLayoutSkillChunkingProperties.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 DocumentIntelligenceLayoutSkillChunkingUnitModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillChunkingUnit.values()Gets known DocumentIntelligenceLayoutSkillChunkingUnit values.Methods in com.azure.search.documents.indexes.models with parameters of type DocumentIntelligenceLayoutSkillChunkingUnitModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillChunkingProperties.setUnit(DocumentIntelligenceLayoutSkillChunkingUnit unit) Set the unit property: The unit of the chunk.