Class GoogleCloudContentwarehouseV1CloudAIDocumentOption
Request Option for processing Cloud AI Document in CW Document.
Implements
Inherited Members
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? |