public interface VideoStreamInputConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStreams(int index) (deprecated)
public abstract String getStreams(int index)
Deprecated. google.cloud.visionai.v1.VideoStreamInputConfig.streams is deprecated. See google/cloud/visionai/v1/platform.proto;l=2040
repeated string streams = 1 [deprecated = true];
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) (deprecated)
public abstract ByteString getStreamsBytes(int index)
Deprecated. google.cloud.visionai.v1.VideoStreamInputConfig.streams is deprecated. See google/cloud/visionai/v1/platform.proto;l=2040
repeated string streams = 1 [deprecated = true];
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() (deprecated)
public abstract int getStreamsCount()
Deprecated. google.cloud.visionai.v1.VideoStreamInputConfig.streams is deprecated. See google/cloud/visionai/v1/platform.proto;l=2040
repeated string streams = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
int |
The count of streams. |
getStreamsList() (deprecated)
public abstract List<String> getStreamsList()
Deprecated. google.cloud.visionai.v1.VideoStreamInputConfig.streams is deprecated. See google/cloud/visionai/v1/platform.proto;l=2040
repeated string streams = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the streams. |
getStreamsWithAnnotation(int index) (deprecated)
public abstract StreamWithAnnotation getStreamsWithAnnotation(int index)
repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StreamWithAnnotation |
getStreamsWithAnnotationCount() (deprecated)
public abstract int getStreamsWithAnnotationCount()
repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
Returns | |
---|---|
Type | Description |
int |
getStreamsWithAnnotationList() (deprecated)
public abstract List<StreamWithAnnotation> getStreamsWithAnnotationList()
repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
Returns | |
---|---|
Type | Description |
List<StreamWithAnnotation> |
getStreamsWithAnnotationOrBuilder(int index) (deprecated)
public abstract StreamWithAnnotationOrBuilder getStreamsWithAnnotationOrBuilder(int index)
repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StreamWithAnnotationOrBuilder |
getStreamsWithAnnotationOrBuilderList() (deprecated)
public abstract List<? extends StreamWithAnnotationOrBuilder> getStreamsWithAnnotationOrBuilderList()
repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.StreamWithAnnotationOrBuilder> |