Uses of Interface
com.google.cloud.vision.v1p3beta1.WebDetection.WebEntityOrBuilder
-
Packages that use WebDetection.WebEntityOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of WebDetection.WebEntityOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement WebDetection.WebEntityOrBuilder Modifier and Type Class Description static class
WebDetection.WebEntity
Entity deduced from similar images on the Internet.static class
WebDetection.WebEntity.Builder
Entity deduced from similar images on the Internet.Methods in com.google.cloud.vision.v1p3beta1 that return WebDetection.WebEntityOrBuilder Modifier and Type Method Description WebDetection.WebEntityOrBuilder
WebDetection.Builder. getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.WebDetection.WebEntityOrBuilder
WebDetection. getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.WebDetection.WebEntityOrBuilder
WebDetectionOrBuilder. getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type WebDetection.WebEntityOrBuilder Modifier and Type Method Description List<? extends WebDetection.WebEntityOrBuilder>
WebDetection.Builder. getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.List<? extends WebDetection.WebEntityOrBuilder>
WebDetection. getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.List<? extends WebDetection.WebEntityOrBuilder>
WebDetectionOrBuilder. getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
-