public interface DetectedAttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
Detected attribute confidence.
|
String |
getName()
The name of the attribute, i.e.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the attribute, i.e.
|
String |
getValue()
Text value of the detection result.
|
com.google.protobuf.ByteString |
getValueBytes()
Text value of the detection result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the attribute, i.e. glasses, dark_glasses, mouth_open etc. A full list of supported type names will be provided in the document.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the attribute, i.e. glasses, dark_glasses, mouth_open etc. A full list of supported type names will be provided in the document.
string name = 1;float getConfidence()
Detected attribute confidence. Range [0, 1].
float confidence = 2;String getValue()
Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.
string value = 3;com.google.protobuf.ByteString getValueBytes()
Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.
string value = 3;Copyright © 2019 Google LLC. All rights reserved.