public interface ObjectTrackingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Model to use for object tracking.
|
com.google.protobuf.ByteString |
getModelBytes()
Model to use for object tracking.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;com.google.protobuf.ByteString getModelBytes()
Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;Copyright © 2019 Google LLC. All rights reserved.