Uses of Class
com.google.cloud.vision.v1p3beta1.WebDetection.WebLabel
-
Packages that use WebDetection.WebLabel Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of WebDetection.WebLabel in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return WebDetection.WebLabel Modifier and Type Method Description WebDetection.WebLabelWebDetection.WebLabel.Builder. build()WebDetection.WebLabelWebDetection.WebLabel.Builder. buildPartial()WebDetection.WebLabelWebDetection.Builder. getBestGuessLabels(int index)Best guess text labels for the request image.WebDetection.WebLabelWebDetection. getBestGuessLabels(int index)Best guess text labels for the request image.WebDetection.WebLabelWebDetectionOrBuilder. getBestGuessLabels(int index)Best guess text labels for the request image.static WebDetection.WebLabelWebDetection.WebLabel. getDefaultInstance()WebDetection.WebLabelWebDetection.WebLabel.Builder. getDefaultInstanceForType()WebDetection.WebLabelWebDetection.WebLabel. getDefaultInstanceForType()static WebDetection.WebLabelWebDetection.WebLabel. parseDelimitedFrom(InputStream input)static WebDetection.WebLabelWebDetection.WebLabel. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(byte[] data)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(com.google.protobuf.ByteString data)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(com.google.protobuf.CodedInputStream input)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(InputStream input)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(ByteBuffer data)static WebDetection.WebLabelWebDetection.WebLabel. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type WebDetection.WebLabel Modifier and Type Method Description List<WebDetection.WebLabel>WebDetection.Builder. getBestGuessLabelsList()Best guess text labels for the request image.List<WebDetection.WebLabel>WebDetection. getBestGuessLabelsList()Best guess text labels for the request image.List<WebDetection.WebLabel>WebDetectionOrBuilder. getBestGuessLabelsList()Best guess text labels for 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.v1p3beta1 with parameters of type WebDetection.WebLabel Modifier and Type Method Description WebDetection.BuilderWebDetection.Builder. addBestGuessLabels(int index, WebDetection.WebLabel value)Best guess text labels for the request image.WebDetection.BuilderWebDetection.Builder. addBestGuessLabels(WebDetection.WebLabel value)Best guess text labels for the request image.WebDetection.WebLabel.BuilderWebDetection.WebLabel.Builder. mergeFrom(WebDetection.WebLabel other)static WebDetection.WebLabel.BuilderWebDetection.WebLabel. newBuilder(WebDetection.WebLabel prototype)WebDetection.BuilderWebDetection.Builder. setBestGuessLabels(int index, WebDetection.WebLabel value)Best guess text labels for the request image.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type WebDetection.WebLabel Modifier and Type Method Description WebDetection.BuilderWebDetection.Builder. addAllBestGuessLabels(Iterable<? extends WebDetection.WebLabel> values)Best guess text labels for the request image.
-