Uses of Class
com.google.cloud.videointelligence.v1.PersonDetectionAnnotation
-
Packages that use PersonDetectionAnnotation Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of PersonDetectionAnnotation in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return PersonDetectionAnnotation Modifier and Type Method Description PersonDetectionAnnotation
PersonDetectionAnnotation.Builder. build()
PersonDetectionAnnotation
PersonDetectionAnnotation.Builder. buildPartial()
static PersonDetectionAnnotation
PersonDetectionAnnotation. getDefaultInstance()
PersonDetectionAnnotation
PersonDetectionAnnotation.Builder. getDefaultInstanceForType()
PersonDetectionAnnotation
PersonDetectionAnnotation. getDefaultInstanceForType()
PersonDetectionAnnotation
VideoAnnotationResults.Builder. getPersonDetectionAnnotations(int index)
Person detection annotations.PersonDetectionAnnotation
VideoAnnotationResults. 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(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)
static PersonDetectionAnnotation
PersonDetectionAnnotation. parseFrom(ByteBuffer data)
static PersonDetectionAnnotation
PersonDetectionAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type PersonDetectionAnnotation Modifier and Type Method Description com.google.protobuf.Parser<PersonDetectionAnnotation>
PersonDetectionAnnotation. getParserForType()
List<PersonDetectionAnnotation>
VideoAnnotationResults.Builder. getPersonDetectionAnnotationsList()
Person detection annotations.List<PersonDetectionAnnotation>
VideoAnnotationResults. getPersonDetectionAnnotationsList()
Person detection annotations.List<PersonDetectionAnnotation>
VideoAnnotationResultsOrBuilder. getPersonDetectionAnnotationsList()
Person detection annotations.static com.google.protobuf.Parser<PersonDetectionAnnotation>
PersonDetectionAnnotation. parser()
Methods in com.google.cloud.videointelligence.v1 with parameters of type PersonDetectionAnnotation Modifier and Type Method 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.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type PersonDetectionAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllPersonDetectionAnnotations(Iterable<? extends PersonDetectionAnnotation> values)
Person detection annotations.
-