public interface VideoStreamInputConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStreams(int index)
public abstract String getStreams(int index)
repeated string streams = 1;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The streams at the given index. |
getStreamsBytes(int index)
public abstract ByteString getStreamsBytes(int index)
repeated string streams = 1;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the streams at the given index. |
getStreamsCount()
public abstract int getStreamsCount()
repeated string streams = 1;
Returns | |
---|---|
Type | Description |
int | The count of streams. |
getStreamsList()
public abstract List<String> getStreamsList()
repeated string streams = 1;
Returns | |
---|---|
Type | Description |
List<String> | A list containing the streams. |
getStreamsWithAnnotation(int index)
public abstract StreamWithAnnotation getStreamsWithAnnotation(int index)
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
StreamWithAnnotation |
getStreamsWithAnnotationCount()
public abstract int getStreamsWithAnnotationCount()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Returns | |
---|---|
Type | Description |
int |
getStreamsWithAnnotationList()
public abstract List<StreamWithAnnotation> getStreamsWithAnnotationList()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Returns | |
---|---|
Type | Description |
List<StreamWithAnnotation> |
getStreamsWithAnnotationOrBuilder(int index)
public abstract StreamWithAnnotationOrBuilder getStreamsWithAnnotationOrBuilder(int index)
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
StreamWithAnnotationOrBuilder |
getStreamsWithAnnotationOrBuilderList()
public abstract List<? extends StreamWithAnnotationOrBuilder> getStreamsWithAnnotationOrBuilderList()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.visionai.v1.StreamWithAnnotationOrBuilder> |