public interface ExampleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotations(int index)
Output only.
|
int |
getAnnotationsCount()
Output only.
|
List<Annotation> |
getAnnotationsList()
Output only.
|
AnnotationOrBuilder |
getAnnotationsOrBuilder(int index)
Output only.
|
List<? extends AnnotationOrBuilder> |
getAnnotationsOrBuilderList()
Output only.
|
AudioPayload |
getAudioPayload()
The audio payload, a container of the audio uri.
|
AudioPayloadOrBuilder |
getAudioPayloadOrBuilder()
The audio payload, a container of the audio uri.
|
ImagePayload |
getImagePayload()
The image payload, a container of the image bytes/uri.
|
ImagePayloadOrBuilder |
getImagePayloadOrBuilder()
The image payload, a container of the image bytes/uri.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
Example.PayloadCase |
getPayloadCase() |
TextPayload |
getTextPayload()
The text payload, a container of the text content.
|
TextPayloadOrBuilder |
getTextPayloadOrBuilder()
The text payload, a container of the text content.
|
VideoPayload |
getVideoPayload()
The video payload, a container of the video uri.
|
VideoPayloadOrBuilder |
getVideoPayloadOrBuilder()
The video payload, a container of the video uri.
|
boolean |
hasAudioPayload()
The audio payload, a container of the audio uri.
|
boolean |
hasImagePayload()
The image payload, a container of the image bytes/uri.
|
boolean |
hasTextPayload()
The text payload, a container of the text content.
|
boolean |
hasVideoPayload()
The video payload, a container of the video uri.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImagePayload()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;ImagePayload getImagePayload()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;ImagePayloadOrBuilder getImagePayloadOrBuilder()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;boolean hasTextPayload()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;TextPayload getTextPayload()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;TextPayloadOrBuilder getTextPayloadOrBuilder()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;boolean hasVideoPayload()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;VideoPayload getVideoPayload()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;VideoPayloadOrBuilder getVideoPayloadOrBuilder()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;boolean hasAudioPayload()
The audio payload, a container of the audio uri.
.google.cloud.datalabeling.v1beta1.AudioPayload audio_payload = 8;AudioPayload getAudioPayload()
The audio payload, a container of the audio uri.
.google.cloud.datalabeling.v1beta1.AudioPayload audio_payload = 8;AudioPayloadOrBuilder getAudioPayloadOrBuilder()
The audio payload, a container of the audio uri.
.google.cloud.datalabeling.v1beta1.AudioPayload audio_payload = 8;String getName()
Output only. Name of the example, in format of:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/
{annotated_dataset_id}/examples/{example_id}
string name = 1;com.google.protobuf.ByteString getNameBytes()
Output only. Name of the example, in format of:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/
{annotated_dataset_id}/examples/{example_id}
string name = 1;List<Annotation> getAnnotationsList()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;Annotation getAnnotations(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;int getAnnotationsCount()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;AnnotationOrBuilder getAnnotationsOrBuilder(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;Example.PayloadCase getPayloadCase()
Copyright © 2019 Google LLC. All rights reserved.