public interface PersonalProtectiveEquipmentDetectionOutputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrentTime()
public abstract Timestamp getCurrentTime()Current timestamp.
 .google.protobuf.Timestamp current_time = 1;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The currentTime.  | 
      
getCurrentTimeOrBuilder()
public abstract TimestampOrBuilder getCurrentTimeOrBuilder()Current timestamp.
 .google.protobuf.Timestamp current_time = 1;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDetectedPersons(int index)
public abstract PersonalProtectiveEquipmentDetectionOutput.DetectedPerson getDetectedPersons(int index)A list of DetectedPersons.
 
 repeated .google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.DetectedPerson detected_persons = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PersonalProtectiveEquipmentDetectionOutput.DetectedPerson | 
        |
getDetectedPersonsCount()
public abstract int getDetectedPersonsCount()A list of DetectedPersons.
 
 repeated .google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.DetectedPerson detected_persons = 2;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getDetectedPersonsList()
public abstract List<PersonalProtectiveEquipmentDetectionOutput.DetectedPerson> getDetectedPersonsList()A list of DetectedPersons.
 
 repeated .google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.DetectedPerson detected_persons = 2;
 
| Returns | |
|---|---|
| Type | Description | 
List<DetectedPerson> | 
        |
getDetectedPersonsOrBuilder(int index)
public abstract PersonalProtectiveEquipmentDetectionOutput.DetectedPersonOrBuilder getDetectedPersonsOrBuilder(int index)A list of DetectedPersons.
 
 repeated .google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.DetectedPerson detected_persons = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PersonalProtectiveEquipmentDetectionOutput.DetectedPersonOrBuilder | 
        |
getDetectedPersonsOrBuilderList()
public abstract List<? extends PersonalProtectiveEquipmentDetectionOutput.DetectedPersonOrBuilder> getDetectedPersonsOrBuilderList()A list of DetectedPersons.
 
 repeated .google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.DetectedPerson detected_persons = 2;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.DetectedPersonOrBuilder> | 
        |
hasCurrentTime()
public abstract boolean hasCurrentTime()Current timestamp.
 .google.protobuf.Timestamp current_time = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the currentTime field is set.  |