Class GoogleCloudDocumentaiV1beta2DocumentPageToken
A detected token.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentPageToken : IDirectResponseSchema
Properties
DetectedBreak
Detected break at the end of a Token.
Declaration
[JsonProperty("detectedBreak")]
public virtual GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak DetectedBreak { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak |
DetectedLanguages
A list of detected languages together with confidence.
Declaration
[JsonProperty("detectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> DetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Layout
Layout for Token.
Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta2DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageLayout |
Provenance
The history of this annotation.
Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1beta2DocumentProvenance Provenance { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentProvenance |
StyleInfo
Text style attributes.
Declaration
[JsonProperty("styleInfo")]
public virtual GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo StyleInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo |