- 2.82.0 (latest)
 - 2.80.0
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.74.0
 - 2.72.0
 - 2.71.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.5
 - 2.6.2
 - 2.5.1
 - 2.4.3
 - 2.3.1
 - 2.2.1
 - 2.1.9
 
public static final class Document.Page.Image.Builder extends GeneratedMessageV3.Builder<Document.Page.Image.Builder> implements Document.Page.ImageOrBuilderRendered image contents for this page.
 Protobuf type google.cloud.documentai.v1.Document.Page.Image
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Document.Page.Image.BuilderImplements
Document.Page.ImageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document.Page.Image.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
build()
public Document.Page.Image build()| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image | 
        |
buildPartial()
public Document.Page.Image buildPartial()| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image | 
        |
clear()
public Document.Page.Image.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
clearContent()
public Document.Page.Image.Builder clearContent()Raw byte content of the image.
 bytes content = 1;
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Document.Page.Image.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
clearHeight()
public Document.Page.Image.Builder clearHeight()Height of the image in pixels.
 int32 height = 4;
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
clearMimeType()
public Document.Page.Image.Builder clearMimeType()Encoding media type (MIME type) for the image.
 string mime_type = 2;
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Document.Page.Image.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
clearWidth()
public Document.Page.Image.Builder clearWidth()Width of the image in pixels.
 int32 width = 3;
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
clone()
public Document.Page.Image.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
getContent()
public ByteString getContent()Raw byte content of the image.
 bytes content = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The content.  | 
      
getDefaultInstanceForType()
public Document.Page.Image getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getHeight()
public int getHeight()Height of the image in pixels.
 int32 height = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The height.  | 
      
getMimeType()
public String getMimeType()Encoding media type (MIME type) for the image.
 string mime_type = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The mimeType.  | 
      
getMimeTypeBytes()
public ByteString getMimeTypeBytes()Encoding media type (MIME type) for the image.
 string mime_type = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for mimeType.  | 
      
getWidth()
public int getWidth()Width of the image in pixels.
 int32 width = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The width.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(Document.Page.Image other)
public Document.Page.Image.Builder mergeFrom(Document.Page.Image other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Document.Page.Image | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Document.Page.Image.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Document.Page.Image.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Document.Page.Image.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
setContent(ByteString value)
public Document.Page.Image.Builder setContent(ByteString value)Raw byte content of the image.
 bytes content = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe content to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Document.Page.Image.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
setHeight(int value)
public Document.Page.Image.Builder setHeight(int value)Height of the image in pixels.
 int32 height = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe height to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
setMimeType(String value)
public Document.Page.Image.Builder setMimeType(String value)Encoding media type (MIME type) for the image.
 string mime_type = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe mimeType to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
setMimeTypeBytes(ByteString value)
public Document.Page.Image.Builder setMimeTypeBytes(ByteString value)Encoding media type (MIME type) for the image.
 string mime_type = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for mimeType to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Document.Page.Image.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final Document.Page.Image.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        |
setWidth(int value)
public Document.Page.Image.Builder setWidth(int value)Width of the image in pixels.
 int32 width = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe width to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.Page.Image.Builder | 
        This builder for chaining.  |