Class AnnotationPayload.Builder (2.2.2)

public static final class AnnotationPayload.Builder extends GeneratedMessageV3.Builder<AnnotationPayload.Builder> implements AnnotationPayloadOrBuilder

Contains annotation information that is relevant to AutoML.

Protobuf type google.cloud.automl.v1beta1.AnnotationPayload

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AnnotationPayload.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

build()

public AnnotationPayload build()
Returns
TypeDescription
AnnotationPayload

buildPartial()

public AnnotationPayload buildPartial()
Returns
TypeDescription
AnnotationPayload

clear()

public AnnotationPayload.Builder clear()
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

clearAnnotationSpecId()

public AnnotationPayload.Builder clearAnnotationSpecId()

Output only . The resource ID of the annotation spec that this annotation pertains to. The annotation spec comes from either an ancestor dataset, or the dataset that was used to train the model in use.

string annotation_spec_id = 1;

Returns
TypeDescription
AnnotationPayload.Builder

This builder for chaining.

clearClassification()

public AnnotationPayload.Builder clearClassification()

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Returns
TypeDescription
AnnotationPayload.Builder

clearDetail()

public AnnotationPayload.Builder clearDetail()
Returns
TypeDescription
AnnotationPayload.Builder

clearDisplayName()

public AnnotationPayload.Builder clearDisplayName()

Output only. The value of display_name when the model was trained. Because this field returns a value at model training time, for different models trained using the same dataset, the returned value could be different as model owner could update the display_name between any two model training.

string display_name = 5;

Returns
TypeDescription
AnnotationPayload.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AnnotationPayload.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

clearImageObjectDetection()

public AnnotationPayload.Builder clearImageObjectDetection()

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
TypeDescription
AnnotationPayload.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public AnnotationPayload.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

clearTables()

public AnnotationPayload.Builder clearTables()

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Returns
TypeDescription
AnnotationPayload.Builder

clearTextExtraction()

public AnnotationPayload.Builder clearTextExtraction()

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Returns
TypeDescription
AnnotationPayload.Builder

clearTextSentiment()

public AnnotationPayload.Builder clearTextSentiment()

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Returns
TypeDescription
AnnotationPayload.Builder

clearTranslation()

public AnnotationPayload.Builder clearTranslation()

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Returns
TypeDescription
AnnotationPayload.Builder

clearVideoClassification()

public AnnotationPayload.Builder clearVideoClassification()

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Returns
TypeDescription
AnnotationPayload.Builder

clearVideoObjectTracking()

public AnnotationPayload.Builder clearVideoObjectTracking()

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Returns
TypeDescription
AnnotationPayload.Builder

clone()

public AnnotationPayload.Builder clone()
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

getAnnotationSpecId()

public String getAnnotationSpecId()

Output only . The resource ID of the annotation spec that this annotation pertains to. The annotation spec comes from either an ancestor dataset, or the dataset that was used to train the model in use.

string annotation_spec_id = 1;

Returns
TypeDescription
String

The annotationSpecId.

getAnnotationSpecIdBytes()

public ByteString getAnnotationSpecIdBytes()

Output only . The resource ID of the annotation spec that this annotation pertains to. The annotation spec comes from either an ancestor dataset, or the dataset that was used to train the model in use.

string annotation_spec_id = 1;

Returns
TypeDescription
ByteString

The bytes for annotationSpecId.

getClassification()

public ClassificationProto.ClassificationAnnotation getClassification()

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Returns
TypeDescription
ClassificationProto.ClassificationAnnotation

The classification.

getClassificationBuilder()

public ClassificationProto.ClassificationAnnotation.Builder getClassificationBuilder()

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Returns
TypeDescription
ClassificationProto.ClassificationAnnotation.Builder

getClassificationOrBuilder()

public ClassificationProto.ClassificationAnnotationOrBuilder getClassificationOrBuilder()

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Returns
TypeDescription
ClassificationProto.ClassificationAnnotationOrBuilder

getDefaultInstanceForType()

public AnnotationPayload getDefaultInstanceForType()
Returns
TypeDescription
AnnotationPayload

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDetailCase()

public AnnotationPayload.DetailCase getDetailCase()
Returns
TypeDescription
AnnotationPayload.DetailCase

getDisplayName()

public String getDisplayName()

Output only. The value of display_name when the model was trained. Because this field returns a value at model training time, for different models trained using the same dataset, the returned value could be different as model owner could update the display_name between any two model training.

string display_name = 5;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. The value of display_name when the model was trained. Because this field returns a value at model training time, for different models trained using the same dataset, the returned value could be different as model owner could update the display_name between any two model training.

string display_name = 5;

Returns
TypeDescription
ByteString

The bytes for displayName.

getImageObjectDetection()

public ImageObjectDetectionAnnotation getImageObjectDetection()

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
TypeDescription
ImageObjectDetectionAnnotation

The imageObjectDetection.

getImageObjectDetectionBuilder()

public ImageObjectDetectionAnnotation.Builder getImageObjectDetectionBuilder()

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
TypeDescription
ImageObjectDetectionAnnotation.Builder

getImageObjectDetectionOrBuilder()

public ImageObjectDetectionAnnotationOrBuilder getImageObjectDetectionOrBuilder()

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
TypeDescription
ImageObjectDetectionAnnotationOrBuilder

getTables()

public TablesAnnotation getTables()

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Returns
TypeDescription
TablesAnnotation

The tables.

getTablesBuilder()

public TablesAnnotation.Builder getTablesBuilder()

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Returns
TypeDescription
TablesAnnotation.Builder

getTablesOrBuilder()

public TablesAnnotationOrBuilder getTablesOrBuilder()

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Returns
TypeDescription
TablesAnnotationOrBuilder

getTextExtraction()

public TextExtractionAnnotation getTextExtraction()

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Returns
TypeDescription
TextExtractionAnnotation

The textExtraction.

getTextExtractionBuilder()

public TextExtractionAnnotation.Builder getTextExtractionBuilder()

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Returns
TypeDescription
TextExtractionAnnotation.Builder

getTextExtractionOrBuilder()

public TextExtractionAnnotationOrBuilder getTextExtractionOrBuilder()

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Returns
TypeDescription
TextExtractionAnnotationOrBuilder

getTextSentiment()

public TextSentimentProto.TextSentimentAnnotation getTextSentiment()

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Returns
TypeDescription
TextSentimentProto.TextSentimentAnnotation

The textSentiment.

getTextSentimentBuilder()

public TextSentimentProto.TextSentimentAnnotation.Builder getTextSentimentBuilder()

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Returns
TypeDescription
TextSentimentProto.TextSentimentAnnotation.Builder

getTextSentimentOrBuilder()

public TextSentimentProto.TextSentimentAnnotationOrBuilder getTextSentimentOrBuilder()

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Returns
TypeDescription
TextSentimentProto.TextSentimentAnnotationOrBuilder

getTranslation()

public TranslationAnnotation getTranslation()

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Returns
TypeDescription
TranslationAnnotation

The translation.

getTranslationBuilder()

public TranslationAnnotation.Builder getTranslationBuilder()

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Returns
TypeDescription
TranslationAnnotation.Builder

getTranslationOrBuilder()

public TranslationAnnotationOrBuilder getTranslationOrBuilder()

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Returns
TypeDescription
TranslationAnnotationOrBuilder

getVideoClassification()

public ClassificationProto.VideoClassificationAnnotation getVideoClassification()

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Returns
TypeDescription
ClassificationProto.VideoClassificationAnnotation

The videoClassification.

getVideoClassificationBuilder()

public ClassificationProto.VideoClassificationAnnotation.Builder getVideoClassificationBuilder()

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Returns
TypeDescription
ClassificationProto.VideoClassificationAnnotation.Builder

getVideoClassificationOrBuilder()

public ClassificationProto.VideoClassificationAnnotationOrBuilder getVideoClassificationOrBuilder()

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Returns
TypeDescription
ClassificationProto.VideoClassificationAnnotationOrBuilder

getVideoObjectTracking()

public VideoObjectTrackingAnnotation getVideoObjectTracking()

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Returns
TypeDescription
VideoObjectTrackingAnnotation

The videoObjectTracking.

getVideoObjectTrackingBuilder()

public VideoObjectTrackingAnnotation.Builder getVideoObjectTrackingBuilder()

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Returns
TypeDescription
VideoObjectTrackingAnnotation.Builder

getVideoObjectTrackingOrBuilder()

public VideoObjectTrackingAnnotationOrBuilder getVideoObjectTrackingOrBuilder()

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Returns
TypeDescription
VideoObjectTrackingAnnotationOrBuilder

hasClassification()

public boolean hasClassification()

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Returns
TypeDescription
boolean

Whether the classification field is set.

hasImageObjectDetection()

public boolean hasImageObjectDetection()

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
TypeDescription
boolean

Whether the imageObjectDetection field is set.

hasTables()

public boolean hasTables()

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Returns
TypeDescription
boolean

Whether the tables field is set.

hasTextExtraction()

public boolean hasTextExtraction()

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Returns
TypeDescription
boolean

Whether the textExtraction field is set.

hasTextSentiment()

public boolean hasTextSentiment()

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Returns
TypeDescription
boolean

Whether the textSentiment field is set.

hasTranslation()

public boolean hasTranslation()

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Returns
TypeDescription
boolean

Whether the translation field is set.

hasVideoClassification()

public boolean hasVideoClassification()

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Returns
TypeDescription
boolean

Whether the videoClassification field is set.

hasVideoObjectTracking()

public boolean hasVideoObjectTracking()

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Returns
TypeDescription
boolean

Whether the videoObjectTracking field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeClassification(ClassificationProto.ClassificationAnnotation value)

public AnnotationPayload.Builder mergeClassification(ClassificationProto.ClassificationAnnotation value)

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Parameter
NameDescription
valueClassificationProto.ClassificationAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeFrom(AnnotationPayload other)

public AnnotationPayload.Builder mergeFrom(AnnotationPayload other)
Parameter
NameDescription
otherAnnotationPayload
Returns
TypeDescription
AnnotationPayload.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnnotationPayload.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnnotationPayload.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AnnotationPayload.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

mergeImageObjectDetection(ImageObjectDetectionAnnotation value)

public AnnotationPayload.Builder mergeImageObjectDetection(ImageObjectDetectionAnnotation value)

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Parameter
NameDescription
valueImageObjectDetectionAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeTables(TablesAnnotation value)

public AnnotationPayload.Builder mergeTables(TablesAnnotation value)

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Parameter
NameDescription
valueTablesAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeTextExtraction(TextExtractionAnnotation value)

public AnnotationPayload.Builder mergeTextExtraction(TextExtractionAnnotation value)

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Parameter
NameDescription
valueTextExtractionAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeTextSentiment(TextSentimentProto.TextSentimentAnnotation value)

public AnnotationPayload.Builder mergeTextSentiment(TextSentimentProto.TextSentimentAnnotation value)

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Parameter
NameDescription
valueTextSentimentProto.TextSentimentAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeTranslation(TranslationAnnotation value)

public AnnotationPayload.Builder mergeTranslation(TranslationAnnotation value)

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Parameter
NameDescription
valueTranslationAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AnnotationPayload.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

mergeVideoClassification(ClassificationProto.VideoClassificationAnnotation value)

public AnnotationPayload.Builder mergeVideoClassification(ClassificationProto.VideoClassificationAnnotation value)

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Parameter
NameDescription
valueClassificationProto.VideoClassificationAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

mergeVideoObjectTracking(VideoObjectTrackingAnnotation value)

public AnnotationPayload.Builder mergeVideoObjectTracking(VideoObjectTrackingAnnotation value)

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Parameter
NameDescription
valueVideoObjectTrackingAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setAnnotationSpecId(String value)

public AnnotationPayload.Builder setAnnotationSpecId(String value)

Output only . The resource ID of the annotation spec that this annotation pertains to. The annotation spec comes from either an ancestor dataset, or the dataset that was used to train the model in use.

string annotation_spec_id = 1;

Parameter
NameDescription
valueString

The annotationSpecId to set.

Returns
TypeDescription
AnnotationPayload.Builder

This builder for chaining.

setAnnotationSpecIdBytes(ByteString value)

public AnnotationPayload.Builder setAnnotationSpecIdBytes(ByteString value)

Output only . The resource ID of the annotation spec that this annotation pertains to. The annotation spec comes from either an ancestor dataset, or the dataset that was used to train the model in use.

string annotation_spec_id = 1;

Parameter
NameDescription
valueByteString

The bytes for annotationSpecId to set.

Returns
TypeDescription
AnnotationPayload.Builder

This builder for chaining.

setClassification(ClassificationProto.ClassificationAnnotation value)

public AnnotationPayload.Builder setClassification(ClassificationProto.ClassificationAnnotation value)

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Parameter
NameDescription
valueClassificationProto.ClassificationAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setClassification(ClassificationProto.ClassificationAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setClassification(ClassificationProto.ClassificationAnnotation.Builder builderForValue)

Annotation details for content or image classification.

.google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;

Parameter
NameDescription
builderForValueClassificationProto.ClassificationAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setDisplayName(String value)

public AnnotationPayload.Builder setDisplayName(String value)

Output only. The value of display_name when the model was trained. Because this field returns a value at model training time, for different models trained using the same dataset, the returned value could be different as model owner could update the display_name between any two model training.

string display_name = 5;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
AnnotationPayload.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public AnnotationPayload.Builder setDisplayNameBytes(ByteString value)

Output only. The value of display_name when the model was trained. Because this field returns a value at model training time, for different models trained using the same dataset, the returned value could be different as model owner could update the display_name between any two model training.

string display_name = 5;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
AnnotationPayload.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AnnotationPayload.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

setImageObjectDetection(ImageObjectDetectionAnnotation value)

public AnnotationPayload.Builder setImageObjectDetection(ImageObjectDetectionAnnotation value)

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Parameter
NameDescription
valueImageObjectDetectionAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setImageObjectDetection(ImageObjectDetectionAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setImageObjectDetection(ImageObjectDetectionAnnotation.Builder builderForValue)

Annotation details for image object detection.

.google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;

Parameter
NameDescription
builderForValueImageObjectDetectionAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AnnotationPayload.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

setTables(TablesAnnotation value)

public AnnotationPayload.Builder setTables(TablesAnnotation value)

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Parameter
NameDescription
valueTablesAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setTables(TablesAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setTables(TablesAnnotation.Builder builderForValue)

Annotation details for Tables.

.google.cloud.automl.v1beta1.TablesAnnotation tables = 10;

Parameter
NameDescription
builderForValueTablesAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setTextExtraction(TextExtractionAnnotation value)

public AnnotationPayload.Builder setTextExtraction(TextExtractionAnnotation value)

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Parameter
NameDescription
valueTextExtractionAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setTextExtraction(TextExtractionAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setTextExtraction(TextExtractionAnnotation.Builder builderForValue)

Annotation details for text extraction.

.google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;

Parameter
NameDescription
builderForValueTextExtractionAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setTextSentiment(TextSentimentProto.TextSentimentAnnotation value)

public AnnotationPayload.Builder setTextSentiment(TextSentimentProto.TextSentimentAnnotation value)

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Parameter
NameDescription
valueTextSentimentProto.TextSentimentAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setTextSentiment(TextSentimentProto.TextSentimentAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setTextSentiment(TextSentimentProto.TextSentimentAnnotation.Builder builderForValue)

Annotation details for text sentiment.

.google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;

Parameter
NameDescription
builderForValueTextSentimentProto.TextSentimentAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setTranslation(TranslationAnnotation value)

public AnnotationPayload.Builder setTranslation(TranslationAnnotation value)

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Parameter
NameDescription
valueTranslationAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setTranslation(TranslationAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setTranslation(TranslationAnnotation.Builder builderForValue)

Annotation details for translation.

.google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;

Parameter
NameDescription
builderForValueTranslationAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final AnnotationPayload.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnnotationPayload.Builder
Overrides

setVideoClassification(ClassificationProto.VideoClassificationAnnotation value)

public AnnotationPayload.Builder setVideoClassification(ClassificationProto.VideoClassificationAnnotation value)

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Parameter
NameDescription
valueClassificationProto.VideoClassificationAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setVideoClassification(ClassificationProto.VideoClassificationAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setVideoClassification(ClassificationProto.VideoClassificationAnnotation.Builder builderForValue)

Annotation details for video classification. Returned for Video Classification predictions.

.google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;

Parameter
NameDescription
builderForValueClassificationProto.VideoClassificationAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder

setVideoObjectTracking(VideoObjectTrackingAnnotation value)

public AnnotationPayload.Builder setVideoObjectTracking(VideoObjectTrackingAnnotation value)

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Parameter
NameDescription
valueVideoObjectTrackingAnnotation
Returns
TypeDescription
AnnotationPayload.Builder

setVideoObjectTracking(VideoObjectTrackingAnnotation.Builder builderForValue)

public AnnotationPayload.Builder setVideoObjectTracking(VideoObjectTrackingAnnotation.Builder builderForValue)

Annotation details for video object tracking.

.google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;

Parameter
NameDescription
builderForValueVideoObjectTrackingAnnotation.Builder
Returns
TypeDescription
AnnotationPayload.Builder