Class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
Represents a text type block.
Inheritance
GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock : IDirectResponseSchema
Properties
Blocks
A text block could further have child blocks. Repeated blocks support further hierarchies and nested blocks.
Declaration
[JsonProperty("blocks")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Text
Text content stored in the block.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the text in the block. Available options are: paragraph
, subtitle
, heading-1
, heading-2
,
heading-3
, heading-4
, heading-5
, header
, footer
.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |