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