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