Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1CloudAIDocumentOption

Request Option for processing Cloud AI Document in CW Document.

Inheritance
object
GoogleCloudContentwarehouseV1CloudAIDocumentOption
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.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1CloudAIDocumentOption : IDirectResponseSchema

Properties

CustomizedEntitiesPropertiesConversions

If set, only selected entities will be converted to properties.

Declaration
[JsonProperty("customizedEntitiesPropertiesConversions")]
public virtual IDictionary<string, string> CustomizedEntitiesPropertiesConversions { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

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

EnableEntitiesConversions

Whether to convert all the entities to properties.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX