| Modifier and Type | Method and Description |
|---|---|
PersonDetectionAnnotation |
PersonDetectionAnnotation.Builder.build() |
PersonDetectionAnnotation |
PersonDetectionAnnotation.Builder.buildPartial() |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.getDefaultInstance() |
PersonDetectionAnnotation |
PersonDetectionAnnotation.getDefaultInstanceForType() |
PersonDetectionAnnotation |
PersonDetectionAnnotation.Builder.getDefaultInstanceForType() |
PersonDetectionAnnotation |
VideoAnnotationResults.getPersonDetectionAnnotations(int index)
Person detection annotations.
|
PersonDetectionAnnotation |
VideoAnnotationResults.Builder.getPersonDetectionAnnotations(int index)
Person detection annotations.
|
PersonDetectionAnnotation |
VideoAnnotationResultsOrBuilder.getPersonDetectionAnnotations(int index)
Person detection annotations.
|
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseDelimitedFrom(InputStream input) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(byte[] data) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(ByteBuffer data) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(InputStream input) |
static PersonDetectionAnnotation |
PersonDetectionAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PersonDetectionAnnotation> |
PersonDetectionAnnotation.getParserForType() |
List<PersonDetectionAnnotation> |
VideoAnnotationResults.getPersonDetectionAnnotationsList()
Person detection annotations.
|
List<PersonDetectionAnnotation> |
VideoAnnotationResults.Builder.getPersonDetectionAnnotationsList()
Person detection annotations.
|
List<PersonDetectionAnnotation> |
VideoAnnotationResultsOrBuilder.getPersonDetectionAnnotationsList()
Person detection annotations.
|
static com.google.protobuf.Parser<PersonDetectionAnnotation> |
PersonDetectionAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addPersonDetectionAnnotations(int index,
PersonDetectionAnnotation value)
Person detection annotations.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addPersonDetectionAnnotations(PersonDetectionAnnotation value)
Person detection annotations.
|
PersonDetectionAnnotation.Builder |
PersonDetectionAnnotation.Builder.mergeFrom(PersonDetectionAnnotation other) |
static PersonDetectionAnnotation.Builder |
PersonDetectionAnnotation.newBuilder(PersonDetectionAnnotation prototype) |
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setPersonDetectionAnnotations(int index,
PersonDetectionAnnotation value)
Person detection annotations.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllPersonDetectionAnnotations(Iterable<? extends PersonDetectionAnnotation> values)
Person detection annotations.
|
Copyright © 2024 Google LLC. All rights reserved.