public sealed class ProcessOptions.Types.LayoutConfig : IMessage<ProcessOptions.Types.LayoutConfig>, IEquatable<ProcessOptions.Types.LayoutConfig>, IDeepCloneable<ProcessOptions.Types.LayoutConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessOptions.Types.LayoutConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eProcessOptions.Types.LayoutConfig\u003c/code\u003e class within the Google Cloud Document AI v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLayoutConfig\u003c/code\u003e class is used for configuring the serving options for the layout parser processor.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to work with different data structures and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLayoutConfig\u003c/code\u003e class includes a \u003ccode\u003eChunkingConfig\u003c/code\u003e property, which allows for the configuration of document chunking in the layout parser processor.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor options for this class, one being a standard constructor, and the other taking an instance of itself to clone its properties.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class ProcessOptions.Types.LayoutConfig (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types.LayoutConfig)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types.LayoutConfig)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types.LayoutConfig) \n\n public sealed class ProcessOptions.Types.LayoutConfig : IMessage\u003cProcessOptions.Types.LayoutConfig\u003e, IEquatable\u003cProcessOptions.Types.LayoutConfig\u003e, IDeepCloneable\u003cProcessOptions.Types.LayoutConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessOptions.Types.LayoutConfig.\n\nServing config for layout parser processor. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ProcessOptions.Types.LayoutConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ProcessOptions](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions)[Types](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types)[LayoutConfig](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types.LayoutConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ProcessOptions](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions)[Types](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types)[LayoutConfig](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types.LayoutConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ProcessOptions](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions)[Types](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types)[LayoutConfig](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ProcessOptions.Types.LayoutConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### LayoutConfig()\n\n public LayoutConfig()\n\n### LayoutConfig(LayoutConfig)\n\n public LayoutConfig(ProcessOptions.Types.LayoutConfig other)\n\nProperties\n----------\n\n### ChunkingConfig\n\n public ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig ChunkingConfig { get; set; }\n\nOptional. Config for chunking in layout parser processor.\n\n### EnableImageAnnotation\n\n public bool EnableImageAnnotation { get; set; }\n\nOptional. Whether to include image annotations in layout parser response.\n\n### EnableImageExtraction\n\n public bool EnableImageExtraction { get; set; }\n\nOptional. Whether to extract images in layout parser response.\n\n### EnableLlmLayoutParsing\n\n public bool EnableLlmLayoutParsing { get; set; }\n\nOptional. Whether to refine PDF layout using LLM.\n\n### EnableTableAnnotation\n\n public bool EnableTableAnnotation { get; set; }\n\nOptional. Whether to include table annotations in layout parser response.\n\n### ReturnBoundingBoxes\n\n public bool ReturnBoundingBoxes { get; set; }\n\nOptional. Whether to include bounding boxes in layout parser processor\nresponse.\n\n### ReturnImages\n\n public bool ReturnImages { get; set; }\n\nOptional. Whether to include images in layout parser processor response."]]