Uses of Interface
com.google.cloud.vision.v1.WebDetection.WebLabelOrBuilder
-
Packages that use WebDetection.WebLabelOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of WebDetection.WebLabelOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement WebDetection.WebLabelOrBuilder Modifier and Type Class Description static class
WebDetection.WebLabel
Label to provide extra metadata for the web detection.static class
WebDetection.WebLabel.Builder
Label to provide extra metadata for the web detection.Methods in com.google.cloud.vision.v1 that return WebDetection.WebLabelOrBuilder Modifier and Type Method Description WebDetection.WebLabelOrBuilder
WebDetection.Builder. getBestGuessLabelsOrBuilder(int index)
The service's best guess as to the topic of the request image.WebDetection.WebLabelOrBuilder
WebDetection. getBestGuessLabelsOrBuilder(int index)
The service's best guess as to the topic of the request image.WebDetection.WebLabelOrBuilder
WebDetectionOrBuilder. getBestGuessLabelsOrBuilder(int index)
The service's best guess as to the topic of the request image.Methods in com.google.cloud.vision.v1 that return types with arguments of type WebDetection.WebLabelOrBuilder Modifier and Type Method Description List<? extends WebDetection.WebLabelOrBuilder>
WebDetection.Builder. getBestGuessLabelsOrBuilderList()
The service's best guess as to the topic of the request image.List<? extends WebDetection.WebLabelOrBuilder>
WebDetection. getBestGuessLabelsOrBuilderList()
The service's best guess as to the topic of the request image.List<? extends WebDetection.WebLabelOrBuilder>
WebDetectionOrBuilder. getBestGuessLabelsOrBuilderList()
The service's best guess as to the topic of the request image.
-