public interface BatchPredictResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsMetadata(String key)
public abstract boolean containsMetadata(String key)Additional domain-specific prediction response metadata.
For Image Object Detection:
max_bounding_box_count- (int64) At most that many bounding boxes per image could have been returned.For Video Object Tracking:
max_bounding_box_count- (int64) At most that many bounding boxes per frame could have been returned.
map<string, string> metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getMetadata() (deprecated)
public abstract Map<String,String> getMetadata()Use #getMetadataMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getMetadataCount()
public abstract int getMetadataCount()Additional domain-specific prediction response metadata.
For Image Object Detection:
max_bounding_box_count- (int64) At most that many bounding boxes per image could have been returned.For Video Object Tracking:
max_bounding_box_count- (int64) At most that many bounding boxes per frame could have been returned.
map<string, string> metadata = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataMap()
public abstract Map<String,String> getMetadataMap()Additional domain-specific prediction response metadata.
For Image Object Detection:
max_bounding_box_count- (int64) At most that many bounding boxes per image could have been returned.For Video Object Tracking:
max_bounding_box_count- (int64) At most that many bounding boxes per frame could have been returned.
map<string, string> metadata = 1;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getMetadataOrDefault(String key, String defaultValue)
public abstract String getMetadataOrDefault(String key, String defaultValue)Additional domain-specific prediction response metadata.
For Image Object Detection:
max_bounding_box_count- (int64) At most that many bounding boxes per image could have been returned.For Video Object Tracking:
max_bounding_box_count- (int64) At most that many bounding boxes per frame could have been returned.
map<string, string> metadata = 1;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMetadataOrThrow(String key)
public abstract String getMetadataOrThrow(String key)Additional domain-specific prediction response metadata.
For Image Object Detection:
max_bounding_box_count- (int64) At most that many bounding boxes per image could have been returned.For Video Object Tracking:
max_bounding_box_count- (int64) At most that many bounding boxes per frame could have been returned.
map<string, string> metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|