Package | Description |
---|---|
com.google.cloud.vision.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
EntityAnnotationOrBuilder |
AnnotateImageResponseOrBuilder.getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.Builder.getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponseOrBuilder.getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.Builder.getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponseOrBuilder.getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.Builder.getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponseOrBuilder.getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotationOrBuilder |
AnnotateImageResponse.Builder.getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponseOrBuilder.getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.Builder.getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponseOrBuilder.getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.Builder.getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponseOrBuilder.getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.Builder.getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponseOrBuilder.getTextAnnotationsOrBuilderList()
If present, text (OCR) detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.getTextAnnotationsOrBuilderList()
If present, text (OCR) detection has completed successfully.
|
List<? extends EntityAnnotationOrBuilder> |
AnnotateImageResponse.Builder.getTextAnnotationsOrBuilderList()
If present, text (OCR) detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.