| Modifier and Type | Method and Description |
|---|---|
Track |
Track.Builder.build() |
Track |
Track.Builder.buildPartial() |
static Track |
Track.getDefaultInstance() |
Track |
Track.getDefaultInstanceForType() |
Track |
Track.Builder.getDefaultInstanceForType() |
Track |
LogoRecognitionAnnotationOrBuilder.getTracks(int index)
All logo tracks where the recognized logo appears.
|
Track |
LogoRecognitionAnnotation.getTracks(int index)
All logo tracks where the recognized logo appears.
|
Track |
LogoRecognitionAnnotation.Builder.getTracks(int index)
All logo tracks where the recognized logo appears.
|
static Track |
Track.parseDelimitedFrom(InputStream input) |
static Track |
Track.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Track |
Track.parseFrom(byte[] data) |
static Track |
Track.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Track |
Track.parseFrom(ByteBuffer data) |
static Track |
Track.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Track |
Track.parseFrom(com.google.protobuf.ByteString data) |
static Track |
Track.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Track |
Track.parseFrom(com.google.protobuf.CodedInputStream input) |
static Track |
Track.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Track |
Track.parseFrom(InputStream input) |
static Track |
Track.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Track> |
Track.getParserForType() |
List<Track> |
LogoRecognitionAnnotationOrBuilder.getTracksList()
All logo tracks where the recognized logo appears.
|
List<Track> |
LogoRecognitionAnnotation.getTracksList()
All logo tracks where the recognized logo appears.
|
List<Track> |
LogoRecognitionAnnotation.Builder.getTracksList()
All logo tracks where the recognized logo appears.
|
static com.google.protobuf.Parser<Track> |
Track.parser() |
| Modifier and Type | Method and Description |
|---|---|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.addTracks(int index,
Track value)
All logo tracks where the recognized logo appears.
|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.addTracks(Track value)
All logo tracks where the recognized logo appears.
|
Track.Builder |
Track.Builder.mergeFrom(Track other) |
static Track.Builder |
Track.newBuilder(Track prototype) |
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.setTracks(int index,
Track value)
All logo tracks where the recognized logo appears.
|
| Modifier and Type | Method and Description |
|---|---|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.addAllTracks(Iterable<? extends Track> values)
All logo tracks where the recognized logo appears.
|
Copyright © 2019 Google LLC. All rights reserved.