Uses of Class
com.google.cloud.videointelligence.v1.Likelihood
-
Packages that use Likelihood Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of Likelihood in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return Likelihood Modifier and Type Method Description static Likelihood
Likelihood. forNumber(int value)
Likelihood
ExplicitContentFrame.Builder. getPornographyLikelihood()
Likelihood of the pornography content..Likelihood
ExplicitContentFrame. getPornographyLikelihood()
Likelihood of the pornography content..Likelihood
ExplicitContentFrameOrBuilder. getPornographyLikelihood()
Likelihood of the pornography content..static Likelihood
Likelihood. valueOf(int value)
Deprecated.static Likelihood
Likelihood. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Likelihood
Likelihood. valueOf(String name)
Returns the enum constant of this type with the specified name.static Likelihood[]
Likelihood. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type Likelihood Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Likelihood>
Likelihood. internalGetValueMap()
Methods in com.google.cloud.videointelligence.v1 with parameters of type Likelihood Modifier and Type Method Description ExplicitContentFrame.Builder
ExplicitContentFrame.Builder. setPornographyLikelihood(Likelihood value)
Likelihood of the pornography content..
-