Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clear() |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearAdult()
Represents the adult content likelihood for the image.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearField(Descriptors.FieldDescriptor field) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearMedical()
Likelihood that this is a medical image.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearRacy()
Likelihood that the request image contains racy content.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearSpoof()
Spoof likelihood.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clearViolence()
Likelihood that this image contains violent content.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.clone() |
SafeSearchAnnotation.Builder |
AnnotateImageResponse.Builder.getSafeSearchAnnotationBuilder()
If present, safe-search annotation has completed successfully.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.mergeFrom(Message other) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.mergeFrom(SafeSearchAnnotation other) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static SafeSearchAnnotation.Builder |
SafeSearchAnnotation.newBuilder() |
static SafeSearchAnnotation.Builder |
SafeSearchAnnotation.newBuilder(SafeSearchAnnotation prototype) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.newBuilderForType() |
protected SafeSearchAnnotation.Builder |
SafeSearchAnnotation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setAdult(Likelihood value)
Represents the adult content likelihood for the image.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setAdultValue(int value)
Represents the adult content likelihood for the image.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setMedical(Likelihood value)
Likelihood that this is a medical image.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setMedicalValue(int value)
Likelihood that this is a medical image.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setRacy(Likelihood value)
Likelihood that the request image contains racy content.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setRacyValue(int value)
Likelihood that the request image contains racy content.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setSpoof(Likelihood value)
Spoof likelihood.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setSpoofValue(int value)
Spoof likelihood.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setViolence(Likelihood value)
Likelihood that this image contains violent content.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.Builder.setViolenceValue(int value)
Likelihood that this image contains violent content.
|
SafeSearchAnnotation.Builder |
SafeSearchAnnotation.toBuilder() |
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setSafeSearchAnnotation(SafeSearchAnnotation.Builder builderForValue)
If present, safe-search annotation has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.