Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentPageSymbol

A detected symbol.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentPageSymbol
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.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta1DocumentPageSymbol : IDirectResponseSchema

Properties

DetectedLanguages

A list of detected languages together with confidence.

Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Layout

Layout for Symbol.

Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta1DocumentPageLayout Layout { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta1DocumentPageLayout

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX