| Modifier and Type | Method and Description |
|---|---|
FaceDetectionConfig |
FaceDetectionConfig.Builder.build() |
FaceDetectionConfig |
FaceDetectionConfig.Builder.buildPartial() |
static FaceDetectionConfig |
FaceDetectionConfig.getDefaultInstance() |
FaceDetectionConfig |
FaceDetectionConfig.getDefaultInstanceForType() |
FaceDetectionConfig |
FaceDetectionConfig.Builder.getDefaultInstanceForType() |
FaceDetectionConfig |
VideoContext.getFaceDetectionConfig()
Config for FACE_DETECTION.
|
FaceDetectionConfig |
VideoContext.Builder.getFaceDetectionConfig()
Config for FACE_DETECTION.
|
FaceDetectionConfig |
VideoContextOrBuilder.getFaceDetectionConfig()
Config for FACE_DETECTION.
|
static FaceDetectionConfig |
FaceDetectionConfig.parseDelimitedFrom(InputStream input) |
static FaceDetectionConfig |
FaceDetectionConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(byte[] data) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(ByteBuffer data) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(com.google.protobuf.ByteString data) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(InputStream input) |
static FaceDetectionConfig |
FaceDetectionConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FaceDetectionConfig> |
FaceDetectionConfig.getParserForType() |
static com.google.protobuf.Parser<FaceDetectionConfig> |
FaceDetectionConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoContext.Builder |
VideoContext.Builder.mergeFaceDetectionConfig(FaceDetectionConfig value)
Config for FACE_DETECTION.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.mergeFrom(FaceDetectionConfig other) |
static FaceDetectionConfig.Builder |
FaceDetectionConfig.newBuilder(FaceDetectionConfig prototype) |
VideoContext.Builder |
VideoContext.Builder.setFaceDetectionConfig(FaceDetectionConfig value)
Config for FACE_DETECTION.
|
Copyright © 2024 Google LLC. All rights reserved.