Class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
Represents a text type block.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock : 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<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock> |
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 |