toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.data.sources.cloud.gemini
/
GenerateContentResponse
/
Candidate
Candidate
@
Serializable
data
class
Candidate
(
val
content
:
GenerateContentResponse.Content
,
val
finishReason
:
String
,
val
avgLogprobs
:
Double
)
Members
Constructors
Candidate
Link copied to clipboard
constructor
(
content
:
GenerateContentResponse.Content
,
finishReason
:
String
,
avgLogprobs
:
Double
)
Properties
avg
Logprobs
Link copied to clipboard
val
avgLogprobs
:
Double
content
Link copied to clipboard
val
content
:
GenerateContentResponse.Content
finish
Reason
Link copied to clipboard
val
finishReason
:
String