public interface LabelAnnotationOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Entity |
getCategoryEntities(int index)
Common categories for the detected entity.
|
int |
getCategoryEntitiesCount()
Common categories for the detected entity.
|
java.util.List<Entity> |
getCategoryEntitiesList()
Common categories for the detected entity.
|
EntityOrBuilder |
getCategoryEntitiesOrBuilder(int index)
Common categories for the detected entity.
|
java.util.List<? extends EntityOrBuilder> |
getCategoryEntitiesOrBuilderList()
Common categories for the detected entity.
|
Entity |
getEntity()
Detected entity.
|
EntityOrBuilder |
getEntityOrBuilder()
Detected entity.
|
LabelFrame |
getFrames(int index)
All video frames where a label was detected.
|
int |
getFramesCount()
All video frames where a label was detected.
|
java.util.List<LabelFrame> |
getFramesList()
All video frames where a label was detected.
|
LabelFrameOrBuilder |
getFramesOrBuilder(int index)
All video frames where a label was detected.
|
java.util.List<? extends LabelFrameOrBuilder> |
getFramesOrBuilderList()
All video frames where a label was detected.
|
LabelSegment |
getSegments(int index)
All video segments where a label was detected.
|
int |
getSegmentsCount()
All video segments where a label was detected.
|
java.util.List<LabelSegment> |
getSegmentsList()
All video segments where a label was detected.
|
LabelSegmentOrBuilder |
getSegmentsOrBuilder(int index)
All video segments where a label was detected.
|
java.util.List<? extends LabelSegmentOrBuilder> |
getSegmentsOrBuilderList()
All video segments where a label was detected.
|
boolean |
hasEntity()
Detected entity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasEntity()
Detected entity.
.google.cloud.videointelligence.v1p1beta1.Entity entity = 1;Entity getEntity()
Detected entity.
.google.cloud.videointelligence.v1p1beta1.Entity entity = 1;EntityOrBuilder getEntityOrBuilder()
Detected entity.
.google.cloud.videointelligence.v1p1beta1.Entity entity = 1;java.util.List<Entity> getCategoryEntitiesList()
Common categories for the detected entity. E.g. when the label is `Terrier` the category is likely `dog`. And in some cases there might be more than one categories e.g. `Terrier` could also be a `pet`.
repeated .google.cloud.videointelligence.v1p1beta1.Entity category_entities = 2;Entity getCategoryEntities(int index)
Common categories for the detected entity. E.g. when the label is `Terrier` the category is likely `dog`. And in some cases there might be more than one categories e.g. `Terrier` could also be a `pet`.
repeated .google.cloud.videointelligence.v1p1beta1.Entity category_entities = 2;int getCategoryEntitiesCount()
Common categories for the detected entity. E.g. when the label is `Terrier` the category is likely `dog`. And in some cases there might be more than one categories e.g. `Terrier` could also be a `pet`.
repeated .google.cloud.videointelligence.v1p1beta1.Entity category_entities = 2;java.util.List<? extends EntityOrBuilder> getCategoryEntitiesOrBuilderList()
Common categories for the detected entity. E.g. when the label is `Terrier` the category is likely `dog`. And in some cases there might be more than one categories e.g. `Terrier` could also be a `pet`.
repeated .google.cloud.videointelligence.v1p1beta1.Entity category_entities = 2;EntityOrBuilder getCategoryEntitiesOrBuilder(int index)
Common categories for the detected entity. E.g. when the label is `Terrier` the category is likely `dog`. And in some cases there might be more than one categories e.g. `Terrier` could also be a `pet`.
repeated .google.cloud.videointelligence.v1p1beta1.Entity category_entities = 2;java.util.List<LabelSegment> getSegmentsList()
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelSegment segments = 3;LabelSegment getSegments(int index)
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelSegment segments = 3;int getSegmentsCount()
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelSegment segments = 3;java.util.List<? extends LabelSegmentOrBuilder> getSegmentsOrBuilderList()
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelSegment segments = 3;LabelSegmentOrBuilder getSegmentsOrBuilder(int index)
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelSegment segments = 3;java.util.List<LabelFrame> getFramesList()
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelFrame frames = 4;LabelFrame getFrames(int index)
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelFrame frames = 4;int getFramesCount()
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelFrame frames = 4;java.util.List<? extends LabelFrameOrBuilder> getFramesOrBuilderList()
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelFrame frames = 4;LabelFrameOrBuilder getFramesOrBuilder(int index)
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p1beta1.LabelFrame frames = 4;