Class GoogleCloudDocumentaiV1DocumentPageImage
Rendered image contents for this page.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageImage : IDirectResponseSchema
Properties
Content
Raw byte content of the image.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
Height of the image in pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? |
MimeType
Encoding media type (MIME type) for the image.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
Width of the image in pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? |