public interface StreamAnnotationsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStreamAnnotations(int index)
public abstract StreamAnnotation getStreamAnnotations(int index)Multiple annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation stream_annotations = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| StreamAnnotation | |
getStreamAnnotationsCount()
public abstract int getStreamAnnotationsCount()Multiple annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation stream_annotations = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getStreamAnnotationsList()
public abstract List<StreamAnnotation> getStreamAnnotationsList()Multiple annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation stream_annotations = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<StreamAnnotation> | |
getStreamAnnotationsOrBuilder(int index)
public abstract StreamAnnotationOrBuilder getStreamAnnotationsOrBuilder(int index)Multiple annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation stream_annotations = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| StreamAnnotationOrBuilder | |
getStreamAnnotationsOrBuilderList()
public abstract List<? extends StreamAnnotationOrBuilder> getStreamAnnotationsOrBuilderList()Multiple annotations.
 repeated .google.cloud.visionai.v1.StreamAnnotation stream_annotations = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.StreamAnnotationOrBuilder> | |