public interface ClipAssetResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTimeIndexedUris(int index)
public abstract ClipAssetResponse.TimeIndexedUri getTimeIndexedUris(int index)A list of signed uris to download the video clips that cover the requested time range ordered by time.
repeated .google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUri time_indexed_uris = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClipAssetResponse.TimeIndexedUri |
|
getTimeIndexedUrisCount()
public abstract int getTimeIndexedUrisCount()A list of signed uris to download the video clips that cover the requested time range ordered by time.
repeated .google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUri time_indexed_uris = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTimeIndexedUrisList()
public abstract List<ClipAssetResponse.TimeIndexedUri> getTimeIndexedUrisList()A list of signed uris to download the video clips that cover the requested time range ordered by time.
repeated .google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUri time_indexed_uris = 1;
| Returns | |
|---|---|
| Type | Description |
List<TimeIndexedUri> |
|
getTimeIndexedUrisOrBuilder(int index)
public abstract ClipAssetResponse.TimeIndexedUriOrBuilder getTimeIndexedUrisOrBuilder(int index)A list of signed uris to download the video clips that cover the requested time range ordered by time.
repeated .google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUri time_indexed_uris = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClipAssetResponse.TimeIndexedUriOrBuilder |
|
getTimeIndexedUrisOrBuilderList()
public abstract List<? extends ClipAssetResponse.TimeIndexedUriOrBuilder> getTimeIndexedUrisOrBuilderList()A list of signed uris to download the video clips that cover the requested time range ordered by time.
repeated .google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUri time_indexed_uris = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUriOrBuilder> |
|