Uses of Class
com.google.cloud.vision.v1p1beta1.WebDetection
-
Packages that use WebDetection Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of WebDetection in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return WebDetection Modifier and Type Method Description WebDetection
WebDetection.Builder. build()
WebDetection
WebDetection.Builder. buildPartial()
static WebDetection
WebDetection. getDefaultInstance()
WebDetection
WebDetection.Builder. getDefaultInstanceForType()
WebDetection
WebDetection. getDefaultInstanceForType()
WebDetection
AnnotateImageResponse.Builder. getWebDetection()
If present, web detection has completed successfully.WebDetection
AnnotateImageResponse. getWebDetection()
If present, web detection has completed successfully.WebDetection
AnnotateImageResponseOrBuilder. getWebDetection()
If present, web detection has completed successfully.static WebDetection
WebDetection. parseDelimitedFrom(InputStream input)
static WebDetection
WebDetection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
WebDetection. parseFrom(byte[] data)
static WebDetection
WebDetection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
WebDetection. parseFrom(com.google.protobuf.ByteString data)
static WebDetection
WebDetection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
WebDetection. parseFrom(com.google.protobuf.CodedInputStream input)
static WebDetection
WebDetection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
WebDetection. parseFrom(InputStream input)
static WebDetection
WebDetection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
WebDetection. parseFrom(ByteBuffer data)
static WebDetection
WebDetection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type WebDetection Modifier and Type Method Description com.google.protobuf.Parser<WebDetection>
WebDetection. getParserForType()
static com.google.protobuf.Parser<WebDetection>
WebDetection. parser()
Methods in com.google.cloud.vision.v1p1beta1 with parameters of type WebDetection Modifier and Type Method Description WebDetection.Builder
WebDetection.Builder. mergeFrom(WebDetection other)
AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. mergeWebDetection(WebDetection value)
If present, web detection has completed successfully.static WebDetection.Builder
WebDetection. newBuilder(WebDetection prototype)
AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. setWebDetection(WebDetection value)
If present, web detection has completed successfully.
-