Uses of Class
com.google.cloud.vision.v1p2beta1.ImageSource
-
Packages that use ImageSource Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of ImageSource in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return ImageSource Modifier and Type Method Description ImageSource
ImageSource.Builder. build()
ImageSource
ImageSource.Builder. buildPartial()
static ImageSource
ImageSource. getDefaultInstance()
ImageSource
ImageSource.Builder. getDefaultInstanceForType()
ImageSource
ImageSource. getDefaultInstanceForType()
ImageSource
Image.Builder. getSource()
Google Cloud Storage image location, or publicly-accessible image URL.ImageSource
Image. getSource()
Google Cloud Storage image location, or publicly-accessible image URL.ImageSource
ImageOrBuilder. getSource()
Google Cloud Storage image location, or publicly-accessible image URL.static ImageSource
ImageSource. parseDelimitedFrom(InputStream input)
static ImageSource
ImageSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageSource
ImageSource. parseFrom(byte[] data)
static ImageSource
ImageSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageSource
ImageSource. parseFrom(com.google.protobuf.ByteString data)
static ImageSource
ImageSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageSource
ImageSource. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageSource
ImageSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageSource
ImageSource. parseFrom(InputStream input)
static ImageSource
ImageSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageSource
ImageSource. parseFrom(ByteBuffer data)
static ImageSource
ImageSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type ImageSource Modifier and Type Method Description com.google.protobuf.Parser<ImageSource>
ImageSource. getParserForType()
static com.google.protobuf.Parser<ImageSource>
ImageSource. parser()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type ImageSource Modifier and Type Method Description ImageSource.Builder
ImageSource.Builder. mergeFrom(ImageSource other)
Image.Builder
Image.Builder. mergeSource(ImageSource value)
Google Cloud Storage image location, or publicly-accessible image URL.static ImageSource.Builder
ImageSource. newBuilder(ImageSource prototype)
Image.Builder
Image.Builder. setSource(ImageSource value)
Google Cloud Storage image location, or publicly-accessible image URL.
-