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 ExplicitContentFrame
getFrames(int index)
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.String
getVersion()
Feature version.com.google.protobuf.ByteString
getVersionBytes()
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.
-
-