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 WebDetectionWebDetection.Builder. build()WebDetectionWebDetection.Builder. buildPartial()static WebDetectionWebDetection. getDefaultInstance()WebDetectionWebDetection.Builder. getDefaultInstanceForType()WebDetectionWebDetection. getDefaultInstanceForType()WebDetectionAnnotateImageResponse.Builder. getWebDetection()If present, web detection has completed successfully.WebDetectionAnnotateImageResponse. getWebDetection()If present, web detection has completed successfully.WebDetectionAnnotateImageResponseOrBuilder. getWebDetection()If present, web detection has completed successfully.static WebDetectionWebDetection. parseDelimitedFrom(InputStream input)static WebDetectionWebDetection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetectionWebDetection. parseFrom(byte[] data)static WebDetectionWebDetection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetectionWebDetection. parseFrom(com.google.protobuf.ByteString data)static WebDetectionWebDetection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetectionWebDetection. parseFrom(com.google.protobuf.CodedInputStream input)static WebDetectionWebDetection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetectionWebDetection. parseFrom(InputStream input)static WebDetectionWebDetection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetectionWebDetection. parseFrom(ByteBuffer data)static WebDetectionWebDetection. 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.BuilderWebDetection.Builder. mergeFrom(WebDetection other)AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. mergeWebDetection(WebDetection value)If present, web detection has completed successfully.static WebDetection.BuilderWebDetection. newBuilder(WebDetection prototype)AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. setWebDetection(WebDetection value)If present, web detection has completed successfully.
-