public static interface VideoClassificationPredictionResult.IdentifiedClassificationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidence()
public abstract float getConfidence()The Model's confidence in correction of this identification, higher value means higher confidence.
 float confidence = 3;
| Returns | |
|---|---|
| Type | Description | 
float | 
        The confidence.  | 
      
getDisplayName()
public abstract String getDisplayName()The display name of the AnnotationSpec that had been identified.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The display name of the AnnotationSpec that had been identified.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getId()
public abstract String getId()The resource ID of the AnnotationSpec that had been identified.
 string id = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The id.  | 
      
getIdBytes()
public abstract ByteString getIdBytes()The resource ID of the AnnotationSpec that had been identified.
 string id = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for id.  |