RagFileParsingConfig class final
Specifies the parsing config for RagFiles.
- Inheritance
-
- Object
- ProtoMessage
- RagFileParsingConfig
Constructors
- RagFileParsingConfig({RagFileParsingConfig_AdvancedParser? advancedParser, RagFileParsingConfig_LayoutParser? layoutParser, RagFileParsingConfig_LlmParser? llmParser, bool useAdvancedPdfParsing = false})
- RagFileParsingConfig.fromJson(Object? j)
-
factory
Properties
- advancedParser → RagFileParsingConfig_AdvancedParser?
-
The Advanced Parser to use for RagFiles.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- layoutParser → RagFileParsingConfig_LayoutParser?
-
The Layout Parser to use for RagFiles.
final
- llmParser → RagFileParsingConfig_LlmParser?
-
The LLM Parser to use for RagFiles.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useAdvancedPdfParsing → bool
-
Whether to use advanced PDF parsing.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String