Interface ExplicitContentAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExplicitContentAnnotation,ExplicitContentAnnotation.Builder
public interface ExplicitContentAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExplicitContentFramegetFrames(int index)All video frames where explicit content was detected.intgetFramesCount()All video frames where explicit content was detected.List<ExplicitContentFrame>getFramesList()All video frames where explicit content was detected.ExplicitContentFrameOrBuildergetFramesOrBuilder(int index)All video frames where explicit content was detected.List<? extends ExplicitContentFrameOrBuilder>getFramesOrBuilderList()All video frames where explicit content was detected.StringgetVersion()Feature version.com.google.protobuf.ByteStringgetVersionBytes()Feature version.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFramesList
List<ExplicitContentFrame> getFramesList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1.ExplicitContentFrame frames = 1;
-
getFrames
ExplicitContentFrame getFrames(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1.ExplicitContentFrame frames = 1;
-
getFramesCount
int getFramesCount()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1.ExplicitContentFrame frames = 1;
-
getFramesOrBuilderList
List<? extends ExplicitContentFrameOrBuilder> getFramesOrBuilderList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1.ExplicitContentFrame frames = 1;
-
getFramesOrBuilder
ExplicitContentFrameOrBuilder getFramesOrBuilder(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1.ExplicitContentFrame frames = 1;
-
getVersion
String getVersion()
Feature version.
string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Feature version.
string version = 2;- Returns:
- The bytes for version.
-
-