Class ImageAnnotationContext.Builder (3.42.0)

public static final class ImageAnnotationContext.Builder extends GeneratedMessageV3.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.v1p3beta1.ImageAnnotationContext

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImageAnnotationContext.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public ImageAnnotationContext.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ImageAnnotationContext.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImageAnnotationContext.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ImageAnnotationContext.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ImageAnnotationContext.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ImageAnnotationContext.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImageAnnotationContext.Builder
Overrides

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.