Uses of Interface
com.google.cloud.vision.v1.LocationInfoOrBuilder
-
Packages that use LocationInfoOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of LocationInfoOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement LocationInfoOrBuilder Modifier and Type Class Description class
LocationInfo
Detected entity location information.static class
LocationInfo.Builder
Detected entity location information.Methods in com.google.cloud.vision.v1 that return LocationInfoOrBuilder Modifier and Type Method Description LocationInfoOrBuilder
EntityAnnotation.Builder. getLocationsOrBuilder(int index)
The location information for the detected entity.LocationInfoOrBuilder
EntityAnnotation. getLocationsOrBuilder(int index)
The location information for the detected entity.LocationInfoOrBuilder
EntityAnnotationOrBuilder. getLocationsOrBuilder(int index)
The location information for the detected entity.Methods in com.google.cloud.vision.v1 that return types with arguments of type LocationInfoOrBuilder Modifier and Type Method Description List<? extends LocationInfoOrBuilder>
EntityAnnotation.Builder. getLocationsOrBuilderList()
The location information for the detected entity.List<? extends LocationInfoOrBuilder>
EntityAnnotation. getLocationsOrBuilderList()
The location information for the detected entity.List<? extends LocationInfoOrBuilder>
EntityAnnotationOrBuilder. getLocationsOrBuilderList()
The location information for the detected entity.
-