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 classWebDetection.WebLabelLabel to provide extra metadata for the web detection.static classWebDetection.WebLabel.BuilderLabel 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.WebLabelOrBuilderWebDetection.Builder. getBestGuessLabelsOrBuilder(int index)The service's best guess as to the topic of the request image.WebDetection.WebLabelOrBuilderWebDetection. getBestGuessLabelsOrBuilder(int index)The service's best guess as to the topic of the request image.WebDetection.WebLabelOrBuilderWebDetectionOrBuilder. 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.
-