Uses of Class
com.google.cloud.vision.v1p4beta1.Celebrity
-
Packages that use Celebrity Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of Celebrity in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return Celebrity Modifier and Type Method Description Celebrity
Celebrity.Builder. build()
Celebrity
Celebrity.Builder. buildPartial()
Celebrity
FaceRecognitionResult.Builder. getCelebrity()
The [Celebrity][google.cloud.vision.v1p4beta1.Celebrity] that this face was matched to.Celebrity
FaceRecognitionResult. 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.Builder. getDefaultInstanceForType()
Celebrity
Celebrity. getDefaultInstanceForType()
static Celebrity
Celebrity. parseDelimitedFrom(InputStream input)
static Celebrity
Celebrity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Celebrity
Celebrity. parseFrom(byte[] data)
static Celebrity
Celebrity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Celebrity
Celebrity. parseFrom(com.google.protobuf.ByteString data)
static Celebrity
Celebrity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Celebrity
Celebrity. parseFrom(com.google.protobuf.CodedInputStream input)
static Celebrity
Celebrity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Celebrity
Celebrity. parseFrom(InputStream input)
static Celebrity
Celebrity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Celebrity
Celebrity. parseFrom(ByteBuffer data)
static Celebrity
Celebrity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type Celebrity Modifier and Type Method Description com.google.protobuf.Parser<Celebrity>
Celebrity. getParserForType()
static com.google.protobuf.Parser<Celebrity>
Celebrity. parser()
Methods in com.google.cloud.vision.v1p4beta1 with parameters of type Celebrity Modifier and Type Method 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.
-