Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.Builder.build() |
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.Builder.buildPartial() |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.getDefaultInstance() |
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.getDefaultInstanceForType() |
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.Builder.getDefaultInstanceForType() |
LocalizedObjectAnnotation |
AnnotateImageResponseOrBuilder.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 |
AnnotateImageResponse.Builder.getLocalizedObjectAnnotations(int index)
If present, localized object detection has completed successfully.
|
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseDelimitedFrom(InputStream input) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(byte[] data) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(ByteBuffer data) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(ByteString data) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(CodedInputStream input) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(InputStream input) |
static LocalizedObjectAnnotation |
LocalizedObjectAnnotation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<LocalizedObjectAnnotation> |
AnnotateImageResponseOrBuilder.getLocalizedObjectAnnotationsList()
If present, localized object detection has completed successfully.
|
List<LocalizedObjectAnnotation> |
AnnotateImageResponse.getLocalizedObjectAnnotationsList()
If present, localized object detection has completed successfully.
|
List<LocalizedObjectAnnotation> |
AnnotateImageResponse.Builder.getLocalizedObjectAnnotationsList()
If present, localized object detection has completed successfully.
|
Parser<LocalizedObjectAnnotation> |
LocalizedObjectAnnotation.getParserForType() |
static Parser<LocalizedObjectAnnotation> |
LocalizedObjectAnnotation.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addAllLocalizedObjectAnnotations(Iterable<? extends LocalizedObjectAnnotation> values)
If present, localized object detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.