Uses of Class
com.google.cloud.vision.v1p3beta1.LocalizedObjectAnnotation
-
Packages that use LocalizedObjectAnnotation Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of LocalizedObjectAnnotation in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return LocalizedObjectAnnotation Modifier and Type Method Description LocalizedObjectAnnotation
LocalizedObjectAnnotation.Builder. build()
LocalizedObjectAnnotation
LocalizedObjectAnnotation.Builder. buildPartial()
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. getDefaultInstance()
LocalizedObjectAnnotation
LocalizedObjectAnnotation.Builder. getDefaultInstanceForType()
LocalizedObjectAnnotation
LocalizedObjectAnnotation. getDefaultInstanceForType()
LocalizedObjectAnnotation
AnnotateImageResponse.Builder. getLocalizedObjectAnnotations(int index)
If present, localized object detection has completed successfully.LocalizedObjectAnnotation
AnnotateImageResponse. getLocalizedObjectAnnotations(int index)
If present, localized object detection has completed successfully.LocalizedObjectAnnotation
AnnotateImageResponseOrBuilder. getLocalizedObjectAnnotations(int index)
If present, localized object detection has completed successfully.static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseDelimitedFrom(InputStream input)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(byte[] data)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(com.google.protobuf.ByteString data)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(InputStream input)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(ByteBuffer data)
static LocalizedObjectAnnotation
LocalizedObjectAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type LocalizedObjectAnnotation Modifier and Type Method Description List<LocalizedObjectAnnotation>
AnnotateImageResponse.Builder. getLocalizedObjectAnnotationsList()
If present, localized object detection has completed successfully.List<LocalizedObjectAnnotation>
AnnotateImageResponse. getLocalizedObjectAnnotationsList()
If present, localized object detection has completed successfully.List<LocalizedObjectAnnotation>
AnnotateImageResponseOrBuilder. getLocalizedObjectAnnotationsList()
If present, localized object detection has completed successfully.com.google.protobuf.Parser<LocalizedObjectAnnotation>
LocalizedObjectAnnotation. getParserForType()
static com.google.protobuf.Parser<LocalizedObjectAnnotation>
LocalizedObjectAnnotation. parser()
Methods in com.google.cloud.vision.v1p3beta1 with parameters of type LocalizedObjectAnnotation Modifier and Type Method Description AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLocalizedObjectAnnotations(int index, LocalizedObjectAnnotation value)
If present, localized object detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLocalizedObjectAnnotations(LocalizedObjectAnnotation value)
If present, localized object detection has completed successfully.LocalizedObjectAnnotation.Builder
LocalizedObjectAnnotation.Builder. mergeFrom(LocalizedObjectAnnotation other)
static LocalizedObjectAnnotation.Builder
LocalizedObjectAnnotation. newBuilder(LocalizedObjectAnnotation prototype)
AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. setLocalizedObjectAnnotations(int index, LocalizedObjectAnnotation value)
If present, localized object detection has completed successfully.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type LocalizedObjectAnnotation Modifier and Type Method Description AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addAllLocalizedObjectAnnotations(Iterable<? extends LocalizedObjectAnnotation> values)
If present, localized object detection has completed successfully.
-