public interface AnnotateFileResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InputConfig |
getInputConfig()
Information about the file for which this response is generated.
|
InputConfigOrBuilder |
getInputConfigOrBuilder()
Information about the file for which this response is generated.
|
AnnotateImageResponse |
getResponses(int index)
Individual responses to images found within the file.
|
int |
getResponsesCount()
Individual responses to images found within the file.
|
List<AnnotateImageResponse> |
getResponsesList()
Individual responses to images found within the file.
|
AnnotateImageResponseOrBuilder |
getResponsesOrBuilder(int index)
Individual responses to images found within the file.
|
List<? extends AnnotateImageResponseOrBuilder> |
getResponsesOrBuilderList()
Individual responses to images found within the file.
|
boolean |
hasInputConfig()
Information about the file for which this response is generated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
InputConfig getInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
InputConfigOrBuilder getInputConfigOrBuilder()
Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
List<AnnotateImageResponse> getResponsesList()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
AnnotateImageResponse getResponses(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
int getResponsesCount()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
Copyright © 2022 Google LLC. All rights reserved.