VisionReasoningModelResult

The response format for lvm image and video captioning is as follows: 1. Image captioning: From the lvm image2text(PaLi) model, the responses are descriptions of the same image. 2. Video captioning: From the lvm video2text(Penguin) model, the responses are different segments within the same video. The response also contains the start and end offsets of the video segment. Video captioning response format: "[startOffset, endOffset) - textResponse".

Fields
textResponses[] string

List of text responses in the given text language.

JSON representation
{
  "textResponses": [
    string
  ]
}