DocumentIntelligenceLayoutSkillChunkingProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the cardinality for chunking the content.
public class DocumentIntelligenceLayoutSkillChunkingProperties : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingProperties>
type DocumentIntelligenceLayoutSkillChunkingProperties = class
interface IJsonModel<DocumentIntelligenceLayoutSkillChunkingProperties>
interface IPersistableModel<DocumentIntelligenceLayoutSkillChunkingProperties>
Public Class DocumentIntelligenceLayoutSkillChunkingProperties
Implements IJsonModel(Of DocumentIntelligenceLayoutSkillChunkingProperties), IPersistableModel(Of DocumentIntelligenceLayoutSkillChunkingProperties)
- Inheritance
-
DocumentIntelligenceLayoutSkillChunkingProperties
- Implements
Constructors
DocumentIntelligenceLayoutSkillChunkingProperties() |
Initializes a new instance of DocumentIntelligenceLayoutSkillChunkingProperties. |
Properties
MaximumLength |
The maximum chunk length in characters. Default is 500. |
OverlapLength |
The length of overlap provided between two text chunks. Default is 0. |
Unit |
The unit of the chunk. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DocumentIntelligenceLayoutSkillChunkingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DocumentIntelligenceLayoutSkillChunkingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DocumentIntelligenceLayoutSkillChunkingProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DocumentIntelligenceLayoutSkillChunkingProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DocumentIntelligenceLayoutSkillChunkingProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |