Send feedback
Class ExplicitContentAnnotation.Builder (2.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.1 keyboard_arrow_down
public static final class ExplicitContentAnnotation . Builder extends 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
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllFrames(Iterable<? extends ExplicitContentFrame> values)
public ExplicitContentAnnotation . Builder addAllFrames ( Iterable <? extends ExplicitContentFrame > values )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Name Description values Iterable <? extends com.google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame >
Returns
addFrames(ExplicitContentFrame value)
public ExplicitContentAnnotation . Builder addFrames ( ExplicitContentFrame value )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
addFrames(ExplicitContentFrame.Builder builderForValue)
public ExplicitContentAnnotation . Builder addFrames ( ExplicitContentFrame . Builder builderForValue )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
addFrames(int index, ExplicitContentFrame value)
public ExplicitContentAnnotation . Builder addFrames ( int index , ExplicitContentFrame value )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameters
Returns
addFrames(int index, ExplicitContentFrame.Builder builderForValue)
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;
Parameters
Returns
addFramesBuilder()
public ExplicitContentFrame . Builder addFramesBuilder ()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Returns
addFramesBuilder(int index)
public ExplicitContentFrame . Builder addFramesBuilder ( int index )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExplicitContentAnnotation . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ExplicitContentAnnotation build ()
Returns
buildPartial()
public ExplicitContentAnnotation buildPartial ()
Returns
clear()
public ExplicitContentAnnotation . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ExplicitContentAnnotation . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearFrames()
public ExplicitContentAnnotation . Builder clearFrames ()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ExplicitContentAnnotation . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public ExplicitContentAnnotation . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ExplicitContentAnnotation getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getFrames(int index)
public ExplicitContentFrame getFrames ( int index )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
getFramesBuilder(int index)
public ExplicitContentFrame . Builder getFramesBuilder ( int index )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
getFramesBuilderList()
public List<ExplicitContentFrame . Builder > getFramesBuilderList ()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Returns
getFramesCount()
public int getFramesCount ()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Returns
getFramesList()
public List<ExplicitContentFrame> getFramesList ()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Returns
getFramesOrBuilder(int index)
public ExplicitContentFrameOrBuilder getFramesOrBuilder ( int index )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
getFramesOrBuilderList()
public List <? extends ExplicitContentFrameOrBuilder > getFramesOrBuilderList ()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Returns
Type Description List <? extends com.google.cloud.videointelligence.v1p2beta1.ExplicitContentFrameOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ExplicitContentAnnotation other)
public ExplicitContentAnnotation . Builder mergeFrom ( ExplicitContentAnnotation other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExplicitContentAnnotation . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ExplicitContentAnnotation . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExplicitContentAnnotation . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeFrames(int index)
public ExplicitContentAnnotation . Builder removeFrames ( int index )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ExplicitContentAnnotation . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setFrames(int index, ExplicitContentFrame value)
public ExplicitContentAnnotation . Builder setFrames ( int index , ExplicitContentFrame value )
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Parameters
Returns
setFrames(int index, ExplicitContentFrame.Builder builderForValue)
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;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExplicitContentAnnotation . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExplicitContentAnnotation . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]