public interface FaceRecognitionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Celebrity |
getCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
CelebrityOrBuilder |
getCelebrityOrBuilder()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
float |
getConfidence()
Recognition confidence.
|
boolean |
hasCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was
matched to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was matched to.
.google.cloud.vision.v1p4beta1.Celebrity celebrity = 1;Celebrity getCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was matched to.
.google.cloud.vision.v1p4beta1.Celebrity celebrity = 1;CelebrityOrBuilder getCelebrityOrBuilder()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was matched to.
.google.cloud.vision.v1p4beta1.Celebrity celebrity = 1;float getConfidence()
Recognition confidence. Range [0, 1].
float confidence = 2;Copyright © 2020 Google LLC. All rights reserved.