public static interface CachedContent.UsageMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioDurationSeconds()
Duration of audio in seconds.
|
int |
getImageCount()
Number of images.
|
int |
getTextCount()
Number of text characters.
|
int |
getTotalTokenCount()
Total number of tokens that the cached content consumes.
|
int |
getVideoDurationSeconds()
Duration of video in seconds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTotalTokenCount()
Total number of tokens that the cached content consumes.
int32 total_token_count = 1;int getTextCount()
Number of text characters.
int32 text_count = 2;int getImageCount()
Number of images.
int32 image_count = 3;int getVideoDurationSeconds()
Duration of video in seconds.
int32 video_duration_seconds = 4;int getAudioDurationSeconds()
Duration of audio in seconds.
int32 audio_duration_seconds = 5;Copyright © 2024 Google LLC. All rights reserved.