public static interface Document.Page.ImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContent()
Raw byte content of the image.
|
int |
getHeight()
Height of the image in pixels.
|
String |
getMimeType()
Encoding [media type (MIME
type)](https://www.iana.org/assignments/media-types/media-types.xhtml)
for the image.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Encoding [media type (MIME
type)](https://www.iana.org/assignments/media-types/media-types.xhtml)
for the image.
|
int |
getWidth()
Width of the image in pixels.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getContent()
Raw byte content of the image.
bytes content = 1;String getMimeType()
Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) for the image.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) for the image.
string mime_type = 2;int getWidth()
Width of the image in pixels.
int32 width = 3;int getHeight()
Height of the image in pixels.
int32 height = 4;Copyright © 2023 Google LLC. All rights reserved.