public final class AnnotateFileResponse extends GeneratedMessageV3 implements AnnotateFileResponseOrBuilder
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.Protobuf type
google.cloud.vision.v1.AnnotateFileResponse
Modifier and Type | Class and Description |
---|---|
static class |
AnnotateFileResponse.Builder
Response to a single file annotation request.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_FIELD_NUMBER |
static int |
INPUT_CONFIG_FIELD_NUMBER |
static int |
RESPONSES_FIELD_NUMBER |
static int |
TOTAL_PAGES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int INPUT_CONFIG_FIELD_NUMBER
public static final int RESPONSES_FIELD_NUMBER
public static final int TOTAL_PAGES_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1.InputConfig input_config = 1;
hasInputConfig
in interface AnnotateFileResponseOrBuilder
public InputConfig getInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1.InputConfig input_config = 1;
getInputConfig
in interface AnnotateFileResponseOrBuilder
public InputConfigOrBuilder getInputConfigOrBuilder()
Information about the file for which this response is generated.
.google.cloud.vision.v1.InputConfig input_config = 1;
getInputConfigOrBuilder
in interface AnnotateFileResponseOrBuilder
public List<AnnotateImageResponse> getResponsesList()
Individual responses to images found within the file. This field will be empty if the `error` field is set.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2;
getResponsesList
in interface AnnotateFileResponseOrBuilder
public List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to images found within the file. This field will be empty if the `error` field is set.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2;
getResponsesOrBuilderList
in interface AnnotateFileResponseOrBuilder
public int getResponsesCount()
Individual responses to images found within the file. This field will be empty if the `error` field is set.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2;
getResponsesCount
in interface AnnotateFileResponseOrBuilder
public AnnotateImageResponse getResponses(int index)
Individual responses to images found within the file. This field will be empty if the `error` field is set.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2;
getResponses
in interface AnnotateFileResponseOrBuilder
public AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to images found within the file. This field will be empty if the `error` field is set.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2;
getResponsesOrBuilder
in interface AnnotateFileResponseOrBuilder
public int getTotalPages()
This field gives the total number of pages in the file.
int32 total_pages = 3;
getTotalPages
in interface AnnotateFileResponseOrBuilder
public boolean hasError()
If set, represents the error message for the failed request. The `responses` field will not be set in this case.
.google.rpc.Status error = 4;
hasError
in interface AnnotateFileResponseOrBuilder
public com.google.rpc.Status getError()
If set, represents the error message for the failed request. The `responses` field will not be set in this case.
.google.rpc.Status error = 4;
getError
in interface AnnotateFileResponseOrBuilder
public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
If set, represents the error message for the failed request. The `responses` field will not be set in this case.
.google.rpc.Status error = 4;
getErrorOrBuilder
in interface AnnotateFileResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static AnnotateFileResponse parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AnnotateFileResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AnnotateFileResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AnnotateFileResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AnnotateFileResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AnnotateFileResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AnnotateFileResponse parseFrom(InputStream input) throws IOException
IOException
public static AnnotateFileResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AnnotateFileResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static AnnotateFileResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AnnotateFileResponse parseFrom(CodedInputStream input) throws IOException
IOException
public static AnnotateFileResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public AnnotateFileResponse.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static AnnotateFileResponse.Builder newBuilder()
public static AnnotateFileResponse.Builder newBuilder(AnnotateFileResponse prototype)
public AnnotateFileResponse.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected AnnotateFileResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static AnnotateFileResponse getDefaultInstance()
public static Parser<AnnotateFileResponse> parser()
public Parser<AnnotateFileResponse> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public AnnotateFileResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.