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 PersonDetectionAnnotationPersonDetectionAnnotation.Builder. build()PersonDetectionAnnotationPersonDetectionAnnotation.Builder. buildPartial()static PersonDetectionAnnotationPersonDetectionAnnotation. getDefaultInstance()PersonDetectionAnnotationPersonDetectionAnnotation.Builder. getDefaultInstanceForType()PersonDetectionAnnotationPersonDetectionAnnotation. getDefaultInstanceForType()PersonDetectionAnnotationVideoAnnotationResults.Builder. getPersonDetectionAnnotations(int index)Person detection annotations.PersonDetectionAnnotationVideoAnnotationResults. getPersonDetectionAnnotations(int index)Person detection annotations.PersonDetectionAnnotationVideoAnnotationResultsOrBuilder. getPersonDetectionAnnotations(int index)Person detection annotations.static PersonDetectionAnnotationPersonDetectionAnnotation. parseDelimitedFrom(InputStream input)static PersonDetectionAnnotationPersonDetectionAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(byte[] data)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(com.google.protobuf.ByteString data)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(InputStream input)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PersonDetectionAnnotationPersonDetectionAnnotation. parseFrom(ByteBuffer data)static PersonDetectionAnnotationPersonDetectionAnnotation. 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.BuilderVideoAnnotationResults.Builder. addPersonDetectionAnnotations(int index, PersonDetectionAnnotation value)Person detection annotations.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addPersonDetectionAnnotations(PersonDetectionAnnotation value)Person detection annotations.PersonDetectionAnnotation.BuilderPersonDetectionAnnotation.Builder. mergeFrom(PersonDetectionAnnotation other)static PersonDetectionAnnotation.BuilderPersonDetectionAnnotation. newBuilder(PersonDetectionAnnotation prototype)VideoAnnotationResults.BuilderVideoAnnotationResults.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.BuilderVideoAnnotationResults.Builder. addAllPersonDetectionAnnotations(Iterable<? extends PersonDetectionAnnotation> values)Person detection annotations.
-