public interface ExplicitContentAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ExplicitContentFrame> getFramesList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
ExplicitContentFrame getFrames(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
int getFramesCount()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
List<? extends ExplicitContentFrameOrBuilder> getFramesOrBuilderList()
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
ExplicitContentFrameOrBuilder getFramesOrBuilder(int index)
All video frames where explicit content was detected.
repeated .google.cloud.videointelligence.v1p2beta1.ExplicitContentFrame frames = 1;
Copyright © 2018 Google LLC. All rights reserved.