McpServerOutputParsingSplitParameters 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.
Parameters for split output parsing.
public class McpServerOutputParsingSplitParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.McpServerOutputParsingSplitParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.McpServerOutputParsingSplitParameters>
type McpServerOutputParsingSplitParameters = class
interface IJsonModel<McpServerOutputParsingSplitParameters>
interface IPersistableModel<McpServerOutputParsingSplitParameters>
Public Class McpServerOutputParsingSplitParameters
Implements IJsonModel(Of McpServerOutputParsingSplitParameters), IPersistableModel(Of McpServerOutputParsingSplitParameters)
- Inheritance
-
McpServerOutputParsingSplitParameters
- Implements
Constructors
| Name | Description |
|---|---|
| McpServerOutputParsingSplitParameters() |
Initializes a new instance of McpServerOutputParsingSplitParameters. |
Properties
| Name | Description |
|---|---|
| DefaultLanguageCode |
A value indicating which language code to use. Default is |
| MaximumPageLength |
The maximum number of characters per page. |
| MaximumPagesToTake |
The maximum number of pages to take from the output. |
| PageOverlapLength |
The number of characters to overlap between pages. |
| TextSplitMode |
The text split mode to use. |