public final class ImageSource extends GeneratedMessageV3 implements ImageSourceOrBuilder
External image source (Google Cloud Storage or web URL image location).
Protobuf type google.cloud.vision.v1.ImageSource
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImageSourceImplements
ImageSourceOrBuilderStatic Fields
GCS_IMAGE_URI_FIELD_NUMBER
public static final int GCS_IMAGE_URI_FIELD_NUMBER
Type | Description |
int |
IMAGE_URI_FIELD_NUMBER
public static final int IMAGE_URI_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ImageSource getDefaultInstance()
Type | Description |
ImageSource |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ImageSource.Builder newBuilder()
Type | Description |
ImageSource.Builder |
newBuilder(ImageSource prototype)
public static ImageSource.Builder newBuilder(ImageSource prototype)
Name | Description |
prototype | ImageSource |
Type | Description |