public interface LabelAnnotationOrBuilder
extends com.google.protobuf.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.
|
List<Entity> |
getCategoryEntitiesList()
Common categories for the detected entity.
|
EntityOrBuilder |
getCategoryEntitiesOrBuilder(int index)
Common categories for the detected entity.
|
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.
|
List<LabelFrame> |
getFramesList()
All video frames where a label was detected.
|
LabelFrameOrBuilder |
getFramesOrBuilder(int index)
All video frames where a label was detected.
|
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.
|
List<LabelSegment> |
getSegmentsList()
All video segments where a label was detected.
|
LabelSegmentOrBuilder |
getSegmentsOrBuilder(int index)
All video segments where a label was detected.
|
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, hasOneofboolean hasEntity()
Detected entity.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;Entity getEntity()
Detected entity.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;EntityOrBuilder getEntityOrBuilder()
Detected entity.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.Entity category_entities = 2;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.v1p2beta1.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.v1p2beta1.Entity category_entities = 2;List<LabelSegment> getSegmentsList()
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelSegment segments = 3;LabelSegment getSegments(int index)
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelSegment segments = 3;int getSegmentsCount()
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelSegment segments = 3;List<? extends LabelSegmentOrBuilder> getSegmentsOrBuilderList()
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelSegment segments = 3;LabelSegmentOrBuilder getSegmentsOrBuilder(int index)
All video segments where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelSegment segments = 3;List<LabelFrame> getFramesList()
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelFrame frames = 4;LabelFrame getFrames(int index)
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelFrame frames = 4;int getFramesCount()
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelFrame frames = 4;List<? extends LabelFrameOrBuilder> getFramesOrBuilderList()
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelFrame frames = 4;LabelFrameOrBuilder getFramesOrBuilder(int index)
All video frames where a label was detected.
repeated .google.cloud.videointelligence.v1p2beta1.LabelFrame frames = 4;Copyright © 2020 Google LLC. All rights reserved.