Class ImageAnnotationContext.Builder (3.81.0)

public static final class ImageAnnotationContext.Builder extends GeneratedMessage.Builder<ImageAnnotationContext.Builder> implements ImageAnnotationContextOrBuilder

If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image.

Protobuf type google.cloud.vision.v1p4beta1.ImageAnnotationContext

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ImageAnnotationContext build()
Returns
Type Description
ImageAnnotationContext

buildPartial()

public ImageAnnotationContext buildPartial()
Returns
Type Description
ImageAnnotationContext

clear()

public ImageAnnotationContext.Builder clear()
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

clearPageNumber()

public ImageAnnotationContext.Builder clearPageNumber()

If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.

int32 page_number = 2;

Returns
Type Description
ImageAnnotationContext.Builder

This builder for chaining.

clearUri()

public ImageAnnotationContext.Builder clearUri()

The URI of the file used to produce the image.

string uri = 1;

Returns
Type Description
ImageAnnotationContext.Builder

This builder for chaining.

getDefaultInstanceForType()

public ImageAnnotationContext getDefaultInstanceForType()
Returns
Type Description
ImageAnnotationContext

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPageNumber()

public int getPageNumber()

If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.

int32 page_number = 2;

Returns
Type Description
int

The pageNumber.

getUri()

public String getUri()

The URI of the file used to produce the image.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

The URI of the file used to produce the image.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ImageAnnotationContext other)

public ImageAnnotationContext.Builder mergeFrom(ImageAnnotationContext other)
Parameter
Name Description
other ImageAnnotationContext
Returns
Type Description
ImageAnnotationContext.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ImageAnnotationContext.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageAnnotationContext.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ImageAnnotationContext.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

setPageNumber(int value)

public ImageAnnotationContext.Builder setPageNumber(int value)

If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.

int32 page_number = 2;

Parameter
Name Description
value int

The pageNumber to set.

Returns
Type Description
ImageAnnotationContext.Builder

This builder for chaining.

setUri(String value)

public ImageAnnotationContext.Builder setUri(String value)

The URI of the file used to produce the image.

string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
ImageAnnotationContext.Builder

This builder for chaining.

setUriBytes(ByteString value)

public ImageAnnotationContext.Builder setUriBytes(ByteString value)

The URI of the file used to produce the image.

string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
ImageAnnotationContext.Builder

This builder for chaining.