public sealed class SafeSearchAnnotation : IMessage<SafeSearchAnnotation>, IEquatable<SafeSearchAnnotation>, IDeepCloneable<SafeSearchAnnotation>, IBufferMessage, IMessage
Set of features pertaining to the image, computed by computer vision
methods over safe-search verticals (for example, adult, spoof, medical,
violence).
Represents the adult content likelihood for the image. Adult content may
contain elements such as nudity, pornographic images or cartoons, or
sexual activities.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSafeSearchAnnotation\u003c/code\u003e class provides a set of features pertaining to an image, specifically computed for safe-search verticals like adult, spoof, medical, and violence content.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, within the \u003ccode\u003eGoogle.Cloud.Vision.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eSafeSearchAnnotation\u003c/code\u003e, a default one and one that takes another \u003ccode\u003eSafeSearchAnnotation\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSafeSearchAnnotation\u003c/code\u003e class contains properties such as \u003ccode\u003eAdult\u003c/code\u003e, \u003ccode\u003eMedical\u003c/code\u003e, \u003ccode\u003eRacy\u003c/code\u003e, \u003ccode\u003eSpoof\u003c/code\u003e, and \u003ccode\u003eViolence\u003c/code\u003e, all of which are of the \u003ccode\u003eLikelihood\u003c/code\u003e type, indicating the likelihood of certain types of content within an image.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available on the list is \u003ccode\u003e3.7.0\u003c/code\u003e while the page being read is for version \u003ccode\u003e3.1.0\u003c/code\u003e, with multiple previous versions listed.\u003c/p\u003e\n"]]],[],null,[]]