github.com/Finnhub-Stock-API/finnhub-go@v1.2.1/model_transcript_content.go (about)

     1  /*
     2   * Finnhub API
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package finnhub
    11  // TranscriptContent struct for TranscriptContent
    12  type TranscriptContent struct {
    13  	// Speaker's name
    14  	Name string `json:"name,omitempty"`
    15  	// Speaker's speech
    16  	Speech []string `json:"speech,omitempty"`
    17  }