public interface LogoRecognitionAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity()
Entity category information to specify the logo class that all the logo
tracks within this LogoRecognitionAnnotation are recognized as.
|
EntityOrBuilder |
getEntityOrBuilder()
Entity category information to specify the logo class that all the logo
tracks within this LogoRecognitionAnnotation are recognized as.
|
VideoSegment |
getSegments(int index)
All video segments where the recognized logo appears.
|
int |
getSegmentsCount()
All video segments where the recognized logo appears.
|
List<VideoSegment> |
getSegmentsList()
All video segments where the recognized logo appears.
|
VideoSegmentOrBuilder |
getSegmentsOrBuilder(int index)
All video segments where the recognized logo appears.
|
List<? extends VideoSegmentOrBuilder> |
getSegmentsOrBuilderList()
All video segments where the recognized logo appears.
|
Track |
getTracks(int index)
All logo tracks where the recognized logo appears.
|
int |
getTracksCount()
All logo tracks where the recognized logo appears.
|
List<Track> |
getTracksList()
All logo tracks where the recognized logo appears.
|
TrackOrBuilder |
getTracksOrBuilder(int index)
All logo tracks where the recognized logo appears.
|
List<? extends TrackOrBuilder> |
getTracksOrBuilderList()
All logo tracks where the recognized logo appears.
|
boolean |
hasEntity()
Entity category information to specify the logo class that all the logo
tracks within this LogoRecognitionAnnotation are recognized as.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntity()
Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
.google.cloud.videointelligence.v1p3beta1.Entity entity = 1;Entity getEntity()
Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
.google.cloud.videointelligence.v1p3beta1.Entity entity = 1;EntityOrBuilder getEntityOrBuilder()
Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
.google.cloud.videointelligence.v1p3beta1.Entity entity = 1;List<Track> getTracksList()
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 2;Track getTracks(int index)
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 2;int getTracksCount()
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 2;List<? extends TrackOrBuilder> getTracksOrBuilderList()
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 2;TrackOrBuilder getTracksOrBuilder(int index)
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 2;List<VideoSegment> getSegmentsList()
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 3;VideoSegment getSegments(int index)
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 3;int getSegmentsCount()
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 3;List<? extends VideoSegmentOrBuilder> getSegmentsOrBuilderList()
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 3;VideoSegmentOrBuilder getSegmentsOrBuilder(int index)
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 3;Copyright © 2024 Google LLC. All rights reserved.