Class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
The layout parsing configurations for documents.
Inheritance
GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig : 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> |