Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig

Related configurations applied to a specific type of document parser.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig
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 GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig : IDirectResponseSchema

Properties

DigitalParsingConfig

Configurations applied to digital parser.

Declaration
[JsonProperty("digitalParsingConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig DigitalParsingConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig

ETag

The ETag of the item.

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

LayoutParsingConfig

Configurations applied to layout parser.

Declaration
[JsonProperty("layoutParsingConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig LayoutParsingConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig

OcrParsingConfig

Configurations applied to OCR parser. Currently it only applies to PDFs.

Declaration
[JsonProperty("ocrParsingConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig OcrParsingConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX