public sealed class RagFileParsingConfig : IMessage<RagFileParsingConfig>, IEquatable<RagFileParsingConfig>, IDeepCloneable<RagFileParsingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RagFileParsingConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `RagFileParsingConfig` class, part of the Cloud AI Platform v1beta1 API, specifies the parsing configuration for RagFiles."],["This class is implemented as a sealed class and inherits from `object`, while also implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `RagFileParsingConfig` is documented under version `1.0.0-beta21`, while version `1.0.0-beta20` is also available."],["The class includes a boolean property, `UseAdvancedPdfParsing`, which determines whether advanced PDF parsing is enabled."],["The `RagFileParsingConfig` class offers two constructors: a default constructor and one that accepts another `RagFileParsingConfig` object as a parameter."]]],[]]