public interface ExamplePayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Example document.
|
DocumentOrBuilder |
getDocumentOrBuilder()
Example document.
|
Image |
getImage()
Example image.
|
ImageOrBuilder |
getImageOrBuilder()
Example image.
|
ExamplePayload.PayloadCase |
getPayloadCase() |
TextSnippet |
getTextSnippet()
Example text.
|
TextSnippetOrBuilder |
getTextSnippetOrBuilder()
Example text.
|
boolean |
hasDocument()
Example document.
|
boolean |
hasImage()
Example image.
|
boolean |
hasTextSnippet()
Example text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImage()
Example image.
.google.cloud.automl.v1.Image image = 1;Image getImage()
Example image.
.google.cloud.automl.v1.Image image = 1;ImageOrBuilder getImageOrBuilder()
Example image.
.google.cloud.automl.v1.Image image = 1;boolean hasTextSnippet()
Example text.
.google.cloud.automl.v1.TextSnippet text_snippet = 2;TextSnippet getTextSnippet()
Example text.
.google.cloud.automl.v1.TextSnippet text_snippet = 2;TextSnippetOrBuilder getTextSnippetOrBuilder()
Example text.
.google.cloud.automl.v1.TextSnippet text_snippet = 2;boolean hasDocument()
Example document.
.google.cloud.automl.v1.Document document = 4;Document getDocument()
Example document.
.google.cloud.automl.v1.Document document = 4;DocumentOrBuilder getDocumentOrBuilder()
Example document.
.google.cloud.automl.v1.Document document = 4;ExamplePayload.PayloadCase getPayloadCase()
Copyright © 2025 Google LLC. All rights reserved.