Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
CropHintsAnnotation |
CropHintsAnnotation.Builder.build() |
CropHintsAnnotation |
CropHintsAnnotation.Builder.buildPartial() |
CropHintsAnnotation |
AnnotateImageResponseOrBuilder.getCropHintsAnnotation()
If present, crop hints have completed successfully.
|
CropHintsAnnotation |
AnnotateImageResponse.getCropHintsAnnotation()
If present, crop hints have completed successfully.
|
CropHintsAnnotation |
AnnotateImageResponse.Builder.getCropHintsAnnotation()
If present, crop hints have completed successfully.
|
static CropHintsAnnotation |
CropHintsAnnotation.getDefaultInstance() |
CropHintsAnnotation |
CropHintsAnnotation.getDefaultInstanceForType() |
CropHintsAnnotation |
CropHintsAnnotation.Builder.getDefaultInstanceForType() |
static CropHintsAnnotation |
CropHintsAnnotation.parseDelimitedFrom(InputStream input) |
static CropHintsAnnotation |
CropHintsAnnotation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(byte[] data) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(ByteBuffer data) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(ByteString data) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(CodedInputStream input) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(InputStream input) |
static CropHintsAnnotation |
CropHintsAnnotation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<CropHintsAnnotation> |
CropHintsAnnotation.getParserForType() |
static Parser<CropHintsAnnotation> |
CropHintsAnnotation.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.mergeCropHintsAnnotation(CropHintsAnnotation value)
If present, crop hints have completed successfully.
|
CropHintsAnnotation.Builder |
CropHintsAnnotation.Builder.mergeFrom(CropHintsAnnotation other) |
static CropHintsAnnotation.Builder |
CropHintsAnnotation.newBuilder(CropHintsAnnotation prototype) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setCropHintsAnnotation(CropHintsAnnotation value)
If present, crop hints have completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.