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