Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Celebrity |
Celebrity.Builder.build() |
Celebrity |
Celebrity.Builder.buildPartial() |
Celebrity |
FaceRecognitionResult.getCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
Celebrity |
FaceRecognitionResult.Builder.getCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
Celebrity |
FaceRecognitionResultOrBuilder.getCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
static Celebrity |
Celebrity.getDefaultInstance() |
Celebrity |
Celebrity.getDefaultInstanceForType() |
Celebrity |
Celebrity.Builder.getDefaultInstanceForType() |
static Celebrity |
Celebrity.parseDelimitedFrom(InputStream input) |
static Celebrity |
Celebrity.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Celebrity |
Celebrity.parseFrom(byte[] data) |
static Celebrity |
Celebrity.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Celebrity |
Celebrity.parseFrom(ByteBuffer data) |
static Celebrity |
Celebrity.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Celebrity |
Celebrity.parseFrom(ByteString data) |
static Celebrity |
Celebrity.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Celebrity |
Celebrity.parseFrom(CodedInputStream input) |
static Celebrity |
Celebrity.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Celebrity |
Celebrity.parseFrom(InputStream input) |
static Celebrity |
Celebrity.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Celebrity> |
Celebrity.getParserForType() |
static Parser<Celebrity> |
Celebrity.parser() |
Modifier and Type | Method and Description |
---|---|
FaceRecognitionResult.Builder |
FaceRecognitionResult.Builder.mergeCelebrity(Celebrity value)
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
Celebrity.Builder |
Celebrity.Builder.mergeFrom(Celebrity other) |
static Celebrity.Builder |
Celebrity.newBuilder(Celebrity prototype) |
FaceRecognitionResult.Builder |
FaceRecognitionResult.Builder.setCelebrity(Celebrity value)
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
Copyright © 2022 Google LLC. All rights reserved.