Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::DocumentProcessingConfig::ParsingConfig::LayoutParsingConfig.
The layout parsing configurations for documents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_image_annotation
def enable_image_annotation() -> ::Boolean
- (::Boolean) — Optional. If true, the LLM based annotation is added to the image during parsing.
#enable_image_annotation=
def enable_image_annotation=(value) -> ::Boolean
- value (::Boolean) — Optional. If true, the LLM based annotation is added to the image during parsing.
- (::Boolean) — Optional. If true, the LLM based annotation is added to the image during parsing.
#enable_table_annotation
def enable_table_annotation() -> ::Boolean
- (::Boolean) — Optional. If true, the LLM based annotation is added to the table during parsing.
#enable_table_annotation=
def enable_table_annotation=(value) -> ::Boolean
- value (::Boolean) — Optional. If true, the LLM based annotation is added to the table during parsing.
- (::Boolean) — Optional. If true, the LLM based annotation is added to the table during parsing.
#exclude_html_classes
def exclude_html_classes() -> ::Array<::String>
- (::Array<::String>) — Optional. List of HTML classes to exclude from the parsed content.
#exclude_html_classes=
def exclude_html_classes=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. List of HTML classes to exclude from the parsed content.
- (::Array<::String>) — Optional. List of HTML classes to exclude from the parsed content.
#exclude_html_elements
def exclude_html_elements() -> ::Array<::String>
- (::Array<::String>) — Optional. List of HTML elements to exclude from the parsed content.
#exclude_html_elements=
def exclude_html_elements=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. List of HTML elements to exclude from the parsed content.
- (::Array<::String>) — Optional. List of HTML elements to exclude from the parsed content.
#exclude_html_ids
def exclude_html_ids() -> ::Array<::String>
- (::Array<::String>) — Optional. List of HTML ids to exclude from the parsed content.
#exclude_html_ids=
def exclude_html_ids=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. List of HTML ids to exclude from the parsed content.
- (::Array<::String>) — Optional. List of HTML ids to exclude from the parsed content.
#structured_content_types
def structured_content_types() -> ::Array<::String>
-
(::Array<::String>) —
Optional. Contains the required structure types to extract from the document. Supported values:
shareholder-structure
#structured_content_types=
def structured_content_types=(value) -> ::Array<::String>
-
value (::Array<::String>) —
Optional. Contains the required structure types to extract from the document. Supported values:
shareholder-structure
-
(::Array<::String>) —
Optional. Contains the required structure types to extract from the document. Supported values:
shareholder-structure