Package | Description |
---|---|
com.google.cloud.vision.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Feature.Builder |
AnnotateImageRequest.Builder.addFeaturesBuilder()
Requested features.
|
Feature.Builder |
AnnotateImageRequest.Builder.addFeaturesBuilder(int index)
Requested features.
|
Feature.Builder |
Feature.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Feature.Builder |
Feature.Builder.clear() |
Feature.Builder |
Feature.Builder.clearField(Descriptors.FieldDescriptor field) |
Feature.Builder |
Feature.Builder.clearMaxResults()
Maximum number of results of this type.
|
Feature.Builder |
Feature.Builder.clearModel()
Model to use for the feature.
|
Feature.Builder |
Feature.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Feature.Builder |
Feature.Builder.clearType()
The feature type.
|
Feature.Builder |
Feature.Builder.clone() |
Feature.Builder |
AnnotateImageRequest.Builder.getFeaturesBuilder(int index)
Requested features.
|
Feature.Builder |
Feature.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Feature.Builder |
Feature.Builder.mergeFrom(Feature other) |
Feature.Builder |
Feature.Builder.mergeFrom(Message other) |
Feature.Builder |
Feature.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Feature.Builder |
Feature.newBuilder() |
static Feature.Builder |
Feature.newBuilder(Feature prototype) |
Feature.Builder |
Feature.newBuilderForType() |
protected Feature.Builder |
Feature.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Feature.Builder |
Feature.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Feature.Builder |
Feature.Builder.setMaxResults(int value)
Maximum number of results of this type.
|
Feature.Builder |
Feature.Builder.setModel(String value)
Model to use for the feature.
|
Feature.Builder |
Feature.Builder.setModelBytes(ByteString value)
Model to use for the feature.
|
Feature.Builder |
Feature.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Feature.Builder |
Feature.Builder.setType(Feature.Type value)
The feature type.
|
Feature.Builder |
Feature.Builder.setTypeValue(int value)
The feature type.
|
Feature.Builder |
Feature.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Feature.Builder |
Feature.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Feature.Builder> |
AnnotateImageRequest.Builder.getFeaturesBuilderList()
Requested features.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageRequest.Builder |
AnnotateImageRequest.Builder.addFeatures(Feature.Builder builderForValue)
Requested features.
|
AnnotateImageRequest.Builder |
AnnotateImageRequest.Builder.addFeatures(int index,
Feature.Builder builderForValue)
Requested features.
|
AnnotateImageRequest.Builder |
AnnotateImageRequest.Builder.setFeatures(int index,
Feature.Builder builderForValue)
Requested features.
|
Copyright © 2022 Google LLC. All rights reserved.