Uses of Class
com.google.cloud.vision.v1p4beta1.WebDetection.WebLabel
-
Packages that use WebDetection.WebLabel Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of WebDetection.WebLabel in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return WebDetection.WebLabel Modifier and Type Method Description WebDetection.WebLabel
WebDetection.WebLabel.Builder. build()
WebDetection.WebLabel
WebDetection.WebLabel.Builder. buildPartial()
WebDetection.WebLabel
WebDetection.Builder. getBestGuessLabels(int index)
The service's best guess as to the topic of the request image.WebDetection.WebLabel
WebDetection. getBestGuessLabels(int index)
The service's best guess as to the topic of the request image.WebDetection.WebLabel
WebDetectionOrBuilder. getBestGuessLabels(int index)
The service's best guess as to the topic of the request image.static WebDetection.WebLabel
WebDetection.WebLabel. getDefaultInstance()
WebDetection.WebLabel
WebDetection.WebLabel.Builder. getDefaultInstanceForType()
WebDetection.WebLabel
WebDetection.WebLabel. getDefaultInstanceForType()
static WebDetection.WebLabel
WebDetection.WebLabel. parseDelimitedFrom(InputStream input)
static WebDetection.WebLabel
WebDetection.WebLabel. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(byte[] data)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(com.google.protobuf.ByteString data)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(com.google.protobuf.CodedInputStream input)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(InputStream input)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(ByteBuffer data)
static WebDetection.WebLabel
WebDetection.WebLabel. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type WebDetection.WebLabel Modifier and Type Method Description List<WebDetection.WebLabel>
WebDetection.Builder. getBestGuessLabelsList()
The service's best guess as to the topic of the request image.List<WebDetection.WebLabel>
WebDetection. getBestGuessLabelsList()
The service's best guess as to the topic of the request image.List<WebDetection.WebLabel>
WebDetectionOrBuilder. getBestGuessLabelsList()
The service's best guess as to the topic of the request image.com.google.protobuf.Parser<WebDetection.WebLabel>
WebDetection.WebLabel. getParserForType()
static com.google.protobuf.Parser<WebDetection.WebLabel>
WebDetection.WebLabel. parser()
Methods in com.google.cloud.vision.v1p4beta1 with parameters of type WebDetection.WebLabel Modifier and Type Method Description WebDetection.Builder
WebDetection.Builder. addBestGuessLabels(int index, WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.WebDetection.Builder
WebDetection.Builder. addBestGuessLabels(WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.WebDetection.WebLabel.Builder
WebDetection.WebLabel.Builder. mergeFrom(WebDetection.WebLabel other)
static WebDetection.WebLabel.Builder
WebDetection.WebLabel. newBuilder(WebDetection.WebLabel prototype)
WebDetection.Builder
WebDetection.Builder. setBestGuessLabels(int index, WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type WebDetection.WebLabel Modifier and Type Method Description WebDetection.Builder
WebDetection.Builder. addAllBestGuessLabels(Iterable<? extends WebDetection.WebLabel> values)
The service's best guess as to the topic of the request image.
-