Uses of Class
com.google.cloud.videointelligence.v1p1beta1.ExplicitContentFrame
-
Packages that use ExplicitContentFrame Package Description com.google.cloud.videointelligence.v1p1beta1 A client to Cloud Video Intelligence API -
-
Uses of ExplicitContentFrame in com.google.cloud.videointelligence.v1p1beta1
Methods in com.google.cloud.videointelligence.v1p1beta1 that return ExplicitContentFrame Modifier and Type Method Description ExplicitContentFrame
ExplicitContentFrame.Builder. build()
ExplicitContentFrame
ExplicitContentFrame.Builder. buildPartial()
static ExplicitContentFrame
ExplicitContentFrame. getDefaultInstance()
ExplicitContentFrame
ExplicitContentFrame.Builder. getDefaultInstanceForType()
ExplicitContentFrame
ExplicitContentFrame. getDefaultInstanceForType()
ExplicitContentFrame
ExplicitContentAnnotation.Builder. getFrames(int index)
All video frames where explicit content was detected.ExplicitContentFrame
ExplicitContentAnnotation. getFrames(int index)
All video frames where explicit content was detected.ExplicitContentFrame
ExplicitContentAnnotationOrBuilder. getFrames(int index)
All video frames where explicit content was detected.static ExplicitContentFrame
ExplicitContentFrame. parseDelimitedFrom(InputStream input)
static ExplicitContentFrame
ExplicitContentFrame. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(byte[] data)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(com.google.protobuf.ByteString data)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(com.google.protobuf.CodedInputStream input)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(InputStream input)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(ByteBuffer data)
static ExplicitContentFrame
ExplicitContentFrame. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p1beta1 that return types with arguments of type ExplicitContentFrame Modifier and Type Method Description List<ExplicitContentFrame>
ExplicitContentAnnotation.Builder. getFramesList()
All video frames where explicit content was detected.List<ExplicitContentFrame>
ExplicitContentAnnotation. getFramesList()
All video frames where explicit content was detected.List<ExplicitContentFrame>
ExplicitContentAnnotationOrBuilder. getFramesList()
All video frames where explicit content was detected.com.google.protobuf.Parser<ExplicitContentFrame>
ExplicitContentFrame. getParserForType()
static com.google.protobuf.Parser<ExplicitContentFrame>
ExplicitContentFrame. parser()
Methods in com.google.cloud.videointelligence.v1p1beta1 with parameters of type ExplicitContentFrame Modifier and Type Method Description ExplicitContentAnnotation.Builder
ExplicitContentAnnotation.Builder. addFrames(int index, ExplicitContentFrame value)
All video frames where explicit content was detected.ExplicitContentAnnotation.Builder
ExplicitContentAnnotation.Builder. addFrames(ExplicitContentFrame value)
All video frames where explicit content was detected.ExplicitContentFrame.Builder
ExplicitContentFrame.Builder. mergeFrom(ExplicitContentFrame other)
static ExplicitContentFrame.Builder
ExplicitContentFrame. newBuilder(ExplicitContentFrame prototype)
ExplicitContentAnnotation.Builder
ExplicitContentAnnotation.Builder. setFrames(int index, ExplicitContentFrame value)
All video frames where explicit content was detected.Method parameters in com.google.cloud.videointelligence.v1p1beta1 with type arguments of type ExplicitContentFrame Modifier and Type Method Description ExplicitContentAnnotation.Builder
ExplicitContentAnnotation.Builder. addAllFrames(Iterable<? extends ExplicitContentFrame> values)
All video frames where explicit content was detected.
-