Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig

The layout parsing configurations for documents.

Inheritance
object
GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableImageAnnotation

Optional. If true, the LLM based annotation is added to the image during parsing.

Declaration
[JsonProperty("enableImageAnnotation")]
public virtual bool? EnableImageAnnotation { get; set; }
Property Value
Type Description
bool?

EnableTableAnnotation

Optional. If true, the LLM based annotation is added to the table during parsing.

Declaration
[JsonProperty("enableTableAnnotation")]
public virtual bool? EnableTableAnnotation { get; set; }
Property Value
Type Description
bool?

ExcludeHtmlClasses

Optional. List of HTML classes to exclude from the parsed content.

Declaration
[JsonProperty("excludeHtmlClasses")]
public virtual IList<string> ExcludeHtmlClasses { get; set; }
Property Value
Type Description
IList<string>

ExcludeHtmlElements

Optional. List of HTML elements to exclude from the parsed content.

Declaration
[JsonProperty("excludeHtmlElements")]
public virtual IList<string> ExcludeHtmlElements { get; set; }
Property Value
Type Description
IList<string>

ExcludeHtmlIds

Optional. List of HTML ids to exclude from the parsed content.

Declaration
[JsonProperty("excludeHtmlIds")]
public virtual IList<string> ExcludeHtmlIds { get; set; }
Property Value
Type Description
IList<string>

StructuredContentTypes

Optional. Contains the required structure types to extract from the document. Supported values: * shareholder-structure

Declaration
[JsonProperty("structuredContentTypes")]
public virtual IList<string> StructuredContentTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX