com.google.cloud.vision.v1p4beta1.PropertyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/image_annotator.proto
package com.google.cloud.vision.v1p4beta1;
public interface PropertyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.Property)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Name of the property.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
*
*
* Name of the property.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Value of the property.
*
*
* string value = 2;
*/
java.lang.String getValue();
/**
*
*
*
* Value of the property.
*
*
* string value = 2;
*/
com.google.protobuf.ByteString getValueBytes();
/**
*
*
*
* Value of numeric properties.
*
*
* uint64 uint64_value = 3;
*/
long getUint64Value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy