public interface FaceRecognitionParamsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCelebritySet(int index)
The resource names for one or more
[CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s.
|
ByteString |
getCelebritySetBytes(int index)
The resource names for one or more
[CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s.
|
int |
getCelebritySetCount()
The resource names for one or more
[CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s.
|
List<String> |
getCelebritySetList()
The resource names for one or more
[CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getCelebritySetList()
The resource names for one or more [CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s. A celebrity set is preloaded and can be specified as "builtin/default". If this is specified, the algorithm will try to match the faces detected in the input image to the Celebrities in the CelebritySets.
repeated string celebrity_set = 1;
int getCelebritySetCount()
The resource names for one or more [CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s. A celebrity set is preloaded and can be specified as "builtin/default". If this is specified, the algorithm will try to match the faces detected in the input image to the Celebrities in the CelebritySets.
repeated string celebrity_set = 1;
String getCelebritySet(int index)
The resource names for one or more [CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s. A celebrity set is preloaded and can be specified as "builtin/default". If this is specified, the algorithm will try to match the faces detected in the input image to the Celebrities in the CelebritySets.
repeated string celebrity_set = 1;
index
- The index of the element to return.ByteString getCelebritySetBytes(int index)
The resource names for one or more [CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s. A celebrity set is preloaded and can be specified as "builtin/default". If this is specified, the algorithm will try to match the faces detected in the input image to the Celebrities in the CelebritySets.
repeated string celebrity_set = 1;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.