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