Class GoogleCloudDocumentaiV1beta3DocumentPageVisualElement
Detected non-text visual elements e.g. checkbox, signature etc. on the page.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentPageVisualElement : IDirectResponseSchema
Properties
DetectedLanguages
A list of detected languages together with confidence.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Layout
Layout for VisualElement.
Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentPageLayout |
Type
Type of the VisualElement.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |