public static final class ExplicitContentAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder> implements ExplicitContentAnnotationOrBuilder
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.Protobuf type
google.cloud.videointelligence.v1p2beta1.ExplicitContentAnnotation| Modifier and Type | Method and Description |
|---|---|
ExplicitContentAnnotation.Builder |
addAllFrames(Iterable<? extends ExplicitContentFrame> values)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
addFrames(ExplicitContentFrame.Builder builderForValue)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
addFrames(ExplicitContentFrame value)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
addFrames(int index,
ExplicitContentFrame.Builder builderForValue)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
addFrames(int index,
ExplicitContentFrame value)
All video frames where explicit content was detected.
|
ExplicitContentFrame.Builder |
addFramesBuilder()
All video frames where explicit content was detected.
|
ExplicitContentFrame.Builder |
addFramesBuilder(int index)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExplicitContentAnnotation |
build() |
ExplicitContentAnnotation |
buildPartial() |
ExplicitContentAnnotation.Builder |
clear() |
ExplicitContentAnnotation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExplicitContentAnnotation.Builder |
clearFrames()
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExplicitContentAnnotation.Builder |
clone() |
ExplicitContentAnnotation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ExplicitContentFrame |
getFrames(int index)
All video frames where explicit content was detected.
|
ExplicitContentFrame.Builder |
getFramesBuilder(int index)
All video frames where explicit content was detected.
|
List<ExplicitContentFrame.Builder> |
getFramesBuilderList()
All video frames where explicit content was detected.
|
int |
getFramesCount()
All video frames where explicit content was detected.
|
List<ExplicitContentFrame> |
getFramesList()
All video frames where explicit content was detected.
|
ExplicitContentFrameOrBuilder |
getFramesOrBuilder(int index)
All video frames where explicit content was detected.
|
List<? extends ExplicitContentFrameOrBuilder> |
getFramesOrBuilderList()
All video frames where explicit content was detected.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExplicitContentAnnotation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExplicitContentAnnotation.Builder |
mergeFrom(ExplicitContentAnnotation other) |
ExplicitContentAnnotation.Builder |
mergeFrom(com.google.protobuf.Message other) |
ExplicitContentAnnotation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExplicitContentAnnotation.Builder |
removeFrames(int index)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExplicitContentAnnotation.Builder |
setFrames(int index,
ExplicitContentFrame.Builder builderForValue)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
setFrames(int index,
ExplicitContentFrame value)
All video frames where explicit content was detected.
|
ExplicitContentAnnotation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExplicitContentAnnotation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExplicitContentAnnotation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExplicitContentAnnotation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExplicitContentAnnotation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder mergeFrom(ExplicitContentAnnotation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public ExplicitContentAnnotation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExplicitContentAnnotation.Builder>IOExceptionpublic List<ExplicitContentFrame> getFramesList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
getFramesList in interface ExplicitContentAnnotationOrBuilderpublic int getFramesCount()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
getFramesCount in interface ExplicitContentAnnotationOrBuilderpublic ExplicitContentFrame getFrames(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
getFrames in interface ExplicitContentAnnotationOrBuilderpublic ExplicitContentAnnotation.Builder setFrames(int index, ExplicitContentFrame value)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder setFrames(int index, ExplicitContentFrame.Builder builderForValue)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder addFrames(ExplicitContentFrame value)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder addFrames(int index, ExplicitContentFrame value)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder addFrames(ExplicitContentFrame.Builder builderForValue)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder addFrames(int index, ExplicitContentFrame.Builder builderForValue)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder addAllFrames(Iterable<? extends ExplicitContentFrame> values)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder clearFrames()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentAnnotation.Builder removeFrames(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentFrame.Builder getFramesBuilder(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentFrameOrBuilder getFramesOrBuilder(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
getFramesOrBuilder in interface ExplicitContentAnnotationOrBuilderpublic List<? extends ExplicitContentFrameOrBuilder> getFramesOrBuilderList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
getFramesOrBuilderList in interface ExplicitContentAnnotationOrBuilderpublic ExplicitContentFrame.Builder addFramesBuilder()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public ExplicitContentFrame.Builder addFramesBuilder(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public List<ExplicitContentFrame.Builder> getFramesBuilderList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
public final ExplicitContentAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>public final ExplicitContentAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExplicitContentAnnotation.Builder>Copyright © 2023 Google LLC. All rights reserved.