Class SafeSearchAnnotation

  • All Implemented Interfaces:
    SafeSearchAnnotationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class SafeSearchAnnotation
    extends com.google.protobuf.GeneratedMessageV3
    implements SafeSearchAnnotationOrBuilder
     Set of features pertaining to the image, computed by computer vision
     methods over safe-search verticals (for example, adult, spoof, medical,
     violence).
     
    Protobuf type google.cloud.vision.v1p1beta1.SafeSearchAnnotation
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SafeSearchAnnotation.Builder
      Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ADULT_FIELD_NUMBER  
      static int MEDICAL_FIELD_NUMBER  
      static int RACY_FIELD_NUMBER  
      static int SPOOF_FIELD_NUMBER  
      static int VIOLENCE_FIELD_NUMBER  
      • Fields inherited from class com.google.protobuf.GeneratedMessageV3

        alwaysUseFieldBuilders, unknownFields
      • Fields inherited from class com.google.protobuf.AbstractMessage

        memoizedSize
      • Fields inherited from class com.google.protobuf.AbstractMessageLite

        memoizedHashCode
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getAdultValue

        public int getAdultValue()
         Represents the adult content likelihood for the image. Adult content may
         contain elements such as nudity, pornographic images or cartoons, or
         sexual activities.
         
        .google.cloud.vision.v1p1beta1.Likelihood adult = 1;
        Specified by:
        getAdultValue in interface SafeSearchAnnotationOrBuilder
        Returns:
        The enum numeric value on the wire for adult.
      • getAdult

        public Likelihood getAdult()
         Represents the adult content likelihood for the image. Adult content may
         contain elements such as nudity, pornographic images or cartoons, or
         sexual activities.
         
        .google.cloud.vision.v1p1beta1.Likelihood adult = 1;
        Specified by:
        getAdult in interface SafeSearchAnnotationOrBuilder
        Returns:
        The adult.
      • getSpoofValue

        public int getSpoofValue()
         Spoof likelihood. The likelihood that an modification
         was made to the image's canonical version to make it appear
         funny or offensive.
         
        .google.cloud.vision.v1p1beta1.Likelihood spoof = 2;
        Specified by:
        getSpoofValue in interface SafeSearchAnnotationOrBuilder
        Returns:
        The enum numeric value on the wire for spoof.
      • getSpoof

        public Likelihood getSpoof()
         Spoof likelihood. The likelihood that an modification
         was made to the image's canonical version to make it appear
         funny or offensive.
         
        .google.cloud.vision.v1p1beta1.Likelihood spoof = 2;
        Specified by:
        getSpoof in interface SafeSearchAnnotationOrBuilder
        Returns:
        The spoof.
      • getMedicalValue

        public int getMedicalValue()
         Likelihood that this is a medical image.
         
        .google.cloud.vision.v1p1beta1.Likelihood medical = 3;
        Specified by:
        getMedicalValue in interface SafeSearchAnnotationOrBuilder
        Returns:
        The enum numeric value on the wire for medical.
      • getViolenceValue

        public int getViolenceValue()
         Likelihood that this image contains violent content.
         
        .google.cloud.vision.v1p1beta1.Likelihood violence = 4;
        Specified by:
        getViolenceValue in interface SafeSearchAnnotationOrBuilder
        Returns:
        The enum numeric value on the wire for violence.
      • getViolence

        public Likelihood getViolence()
         Likelihood that this image contains violent content.
         
        .google.cloud.vision.v1p1beta1.Likelihood violence = 4;
        Specified by:
        getViolence in interface SafeSearchAnnotationOrBuilder
        Returns:
        The violence.
      • getRacyValue

        public int getRacyValue()
         Likelihood that the request image contains racy content. Racy content may
         include (but is not limited to) skimpy or sheer clothing, strategically
         covered nudity, lewd or provocative poses, or close-ups of sensitive
         body areas.
         
        .google.cloud.vision.v1p1beta1.Likelihood racy = 9;
        Specified by:
        getRacyValue in interface SafeSearchAnnotationOrBuilder
        Returns:
        The enum numeric value on the wire for racy.
      • getRacy

        public Likelihood getRacy()
         Likelihood that the request image contains racy content. Racy content may
         include (but is not limited to) skimpy or sheer clothing, strategically
         covered nudity, lewd or provocative poses, or close-ups of sensitive
         body areas.
         
        .google.cloud.vision.v1p1beta1.Likelihood racy = 9;
        Specified by:
        getRacy in interface SafeSearchAnnotationOrBuilder
        Returns:
        The racy.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static SafeSearchAnnotation parseFrom​(ByteBuffer data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SafeSearchAnnotation parseFrom​(ByteBuffer data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SafeSearchAnnotation parseFrom​(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SafeSearchAnnotation parseFrom​(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SafeSearchAnnotation parseFrom​(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SafeSearchAnnotation parseFrom​(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public SafeSearchAnnotation.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public SafeSearchAnnotation.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected SafeSearchAnnotation.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<SafeSearchAnnotation> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public SafeSearchAnnotation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder