public interface ApplicationStreamInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStreamWithAnnotation()
public abstract StreamWithAnnotation getStreamWithAnnotation()
.google.cloud.visionai.v1.StreamWithAnnotation stream_with_annotation = 1;
Returns | |
---|---|
Type | Description |
StreamWithAnnotation |
The streamWithAnnotation. |
getStreamWithAnnotationOrBuilder()
public abstract StreamWithAnnotationOrBuilder getStreamWithAnnotationOrBuilder()
.google.cloud.visionai.v1.StreamWithAnnotation stream_with_annotation = 1;
Returns | |
---|---|
Type | Description |
StreamWithAnnotationOrBuilder |
hasStreamWithAnnotation()
public abstract boolean hasStreamWithAnnotation()
.google.cloud.visionai.v1.StreamWithAnnotation stream_with_annotation = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the streamWithAnnotation field is set. |