Uses of Class
com.google.cloud.vision.v1p1beta1.WebDetection.WebEntity
-
Packages that use WebDetection.WebEntity Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of WebDetection.WebEntity in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return WebDetection.WebEntity Modifier and Type Method Description WebDetection.WebEntityWebDetection.WebEntity.Builder. build()WebDetection.WebEntityWebDetection.WebEntity.Builder. buildPartial()static WebDetection.WebEntityWebDetection.WebEntity. getDefaultInstance()WebDetection.WebEntityWebDetection.WebEntity.Builder. getDefaultInstanceForType()WebDetection.WebEntityWebDetection.WebEntity. getDefaultInstanceForType()WebDetection.WebEntityWebDetection.Builder. getWebEntities(int index)Deduced entities from similar images on the Internet.WebDetection.WebEntityWebDetection. getWebEntities(int index)Deduced entities from similar images on the Internet.WebDetection.WebEntityWebDetectionOrBuilder. getWebEntities(int index)Deduced entities from similar images on the Internet.static WebDetection.WebEntityWebDetection.WebEntity. parseDelimitedFrom(InputStream input)static WebDetection.WebEntityWebDetection.WebEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(byte[] data)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(com.google.protobuf.ByteString data)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(com.google.protobuf.CodedInputStream input)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(InputStream input)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(ByteBuffer data)static WebDetection.WebEntityWebDetection.WebEntity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type WebDetection.WebEntity Modifier and Type Method Description com.google.protobuf.Parser<WebDetection.WebEntity>WebDetection.WebEntity. getParserForType()List<WebDetection.WebEntity>WebDetection.Builder. getWebEntitiesList()Deduced entities from similar images on the Internet.List<WebDetection.WebEntity>WebDetection. getWebEntitiesList()Deduced entities from similar images on the Internet.List<WebDetection.WebEntity>WebDetectionOrBuilder. getWebEntitiesList()Deduced entities from similar images on the Internet.static com.google.protobuf.Parser<WebDetection.WebEntity>WebDetection.WebEntity. parser()Methods in com.google.cloud.vision.v1p1beta1 with parameters of type WebDetection.WebEntity Modifier and Type Method Description WebDetection.BuilderWebDetection.Builder. addWebEntities(int index, WebDetection.WebEntity value)Deduced entities from similar images on the Internet.WebDetection.BuilderWebDetection.Builder. addWebEntities(WebDetection.WebEntity value)Deduced entities from similar images on the Internet.WebDetection.WebEntity.BuilderWebDetection.WebEntity.Builder. mergeFrom(WebDetection.WebEntity other)static WebDetection.WebEntity.BuilderWebDetection.WebEntity. newBuilder(WebDetection.WebEntity prototype)WebDetection.BuilderWebDetection.Builder. setWebEntities(int index, WebDetection.WebEntity value)Deduced entities from similar images on the Internet.Method parameters in com.google.cloud.vision.v1p1beta1 with type arguments of type WebDetection.WebEntity Modifier and Type Method Description WebDetection.BuilderWebDetection.Builder. addAllWebEntities(Iterable<? extends WebDetection.WebEntity> values)Deduced entities from similar images on the Internet.
-