Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock

Represents a text type block.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
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.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock : 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<GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock> Blocks { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX