public static final class ExplicitContentFrame.Builder extends GeneratedMessageV3.Builder<ExplicitContentFrame.Builder> implements ExplicitContentFrameOrBuilder
Video frame level annotation results for explicit content.Protobuf type
google.cloud.videointelligence.v1p1beta1.ExplicitContentFrame
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ExplicitContentFrame build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ExplicitContentFrame buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ExplicitContentFrame.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder mergeFrom(ExplicitContentFrame other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public ExplicitContentFrame.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ExplicitContentFrame.Builder>
java.io.IOException
public boolean hasTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
hasTimeOffset
in interface ExplicitContentFrameOrBuilder
public Duration getTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
getTimeOffset
in interface ExplicitContentFrameOrBuilder
public ExplicitContentFrame.Builder setTimeOffset(Duration value)
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
public ExplicitContentFrame.Builder setTimeOffset(Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
public ExplicitContentFrame.Builder mergeTimeOffset(Duration value)
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
public ExplicitContentFrame.Builder clearTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
public Duration.Builder getTimeOffsetBuilder()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
public DurationOrBuilder getTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
getTimeOffsetOrBuilder
in interface ExplicitContentFrameOrBuilder
public int getPornographyLikelihoodValue()
Likelihood of the pornography content..
.google.cloud.videointelligence.v1p1beta1.Likelihood pornography_likelihood = 2;
getPornographyLikelihoodValue
in interface ExplicitContentFrameOrBuilder
public ExplicitContentFrame.Builder setPornographyLikelihoodValue(int value)
Likelihood of the pornography content..
.google.cloud.videointelligence.v1p1beta1.Likelihood pornography_likelihood = 2;
public Likelihood getPornographyLikelihood()
Likelihood of the pornography content..
.google.cloud.videointelligence.v1p1beta1.Likelihood pornography_likelihood = 2;
getPornographyLikelihood
in interface ExplicitContentFrameOrBuilder
public ExplicitContentFrame.Builder setPornographyLikelihood(Likelihood value)
Likelihood of the pornography content..
.google.cloud.videointelligence.v1p1beta1.Likelihood pornography_likelihood = 2;
public ExplicitContentFrame.Builder clearPornographyLikelihood()
Likelihood of the pornography content..
.google.cloud.videointelligence.v1p1beta1.Likelihood pornography_likelihood = 2;
public final ExplicitContentFrame.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>
public final ExplicitContentFrame.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ExplicitContentFrame.Builder>