Todos os produtos
Search
Central de documentação

Intelligent Media Services:Analisar o conteúdo de ativos de mídia

Última atualização: Jun 28, 2026

O recurso de análise estruturada inteligente analisa, traduz e extrai informações essenciais de vídeos longos com alta densidade de conteúdo. Ele ajuda a identificar, marcar, reorganizar e reassistir a conteúdos importantes. O sistema realiza uma análise inteligente do conteúdo dos ativos de mídia e armazena os resultados como dados estruturados nesses mesmos ativos. Após a conclusão da análise, obtenha os resultados por meio de chamadas de API para aumentar a eficiência na leitura e no consumo do conteúdo.

Limites

Este recurso está disponível apenas nas regiões China (Beijing), China (Shanghai) e China (Hangzhou).

Regras de faturamento

O recurso está em visualização pública e, atualmente, é gratuito.

Procedimento

  1. Registre um novo ativo de mídia (RegisterMediaInfo) ou envie um ativo existente (SubmitSmarttagJob) para acionar um job de análise estruturada.

  2. Após a conclusão da análise, os resultados são armazenados na pasta gerada pelo ice, dentro do caminho do Object Storage Service (OSS) do ativo de mídia. Não é possível utilizar um caminho personalizado.

  3. Depois que os resultados forem armazenados, o sistema enviará uma notificação de callback (MediaAiAnalysisComplete).

  4. Chame a operação GetMediaInfo para obter as smart tags dos ativos de mídia.

Pré-requisitos

Enviar um job de tagging

Registrar novos ativos de mídia para acionar um job de tagging chamando a operação RegisterMediaInfo

Para analisar novos ativos de mídia, acione um job de tagging durante o registro desses ativos. Especifique um modelo de smart tagging no parâmetro SmartTagTemplateId para que o IMS analise os ativos com base nesse modelo. Para mais detalhes sobre os parâmetros, consulte RegisterMediaInfo.

Nota

A especificação de um modelo de smart tagging só é permitida no momento do registro dos ativos de mídia. Não é possível fazer upload de modelos de smart tagging por meio de chamadas de API.

Parâmetros de solicitação (modelos de smart tagging suportados)

Parameter

Type

Required

Description

Example

SmartTagTemplateId

string

No

Modelo de smart tagging

  • S00000101-300080: fornece recursos de transcrição do Tingwu.

  • S00000103-000001: fornece recursos de transcrição do Tingwu e todos os recursos de tagging. Os seguintes recursos de tagging são suportados:

    • ocr: reconhecimento óptico de caracteres (OCR) em imagens.

    • asr: reconhecimento automático de fala (ASR).

    • classification: classificação de vídeo.

    • shows: reconhecimento de programas.

    • face: reconhecimento facial.

    • role: reconhecimento de figuras.

    • object: reconhecimento de objetos.

    • tvstation: reconhecimento de logotipos de emissoras de TV.

    • action: reconhecimento de ações.

    • emotion: reconhecimento de expressões faciais.

    • landmark: reconhecimento de pontos turísticos.

    • scene: reconhecimento de cenas.

    • subtitle: extração de legendas.

  • S00000103-000002: fornece todos os recursos de tagging, mas não inclui os recursos de transcrição do Tingwu.

S00000101-300080

Enviar um job de tagging com base em um ativo de mídia existente chamando a operação SubmitSmarttagJob

Utilize esta operação para analisar ativos de mídia já existentes. Especifique os parâmetros relevantes, incluindo o modelo de parâmetros, a URL de callback e dados personalizados. Quando o job for concluído, uma mensagem de callback será enviada ao seu servidor e os resultados da análise ficarão armazenados na pasta gerada pelo ice, no caminho especificado do OSS. Para mais informações, consulte SubmitSmarttagJob.

Exemplo de parâmetros de entrada

{
    "Params": "{\"NlpParams\":{\"SummarizationEnabled\":true,\"SourceLanguage\":\"cn\",\"AutoChaptersEnabled\":true,\"TargetLanguages\":\"en\",\"MeetingAssistanceEnabled\":true,\"DiarizationEnabled\":true,\"SummarizationTypes\":\"Paragraph,Conversational,QuestionsAnswering,MindMap\",\"TranslationEnabled\":true,\"SpeakerCount\":2}}",
    "NotifyUrl": "https://***.com.fcapp.run",
    "UserData": "{\"test\": \"b\"}",
    "Input": "{\"Media\": \"****0d30005971efbfc4f7f6c75a6302****\", \"Type\": \"Media\"}",
    "TemplateId": "S00000101-300080"
}

Notificações de callback

Configure definições de callback

Ao enviar um job de tagging via operação SubmitSmarttagJob ou acionar um job automático via RegisterMediaInfo, especifique uma URL de callback HTTP, HTTPS ou Simple Message Queue (SMQ) no parâmetro de solicitação UserData. Assim que o job de tagging terminar e os resultados forem gravados nos ativos de mídia, o sistema enviará uma notificação de callback.

Ao receber essa notificação, chame a operação GetMediaInfo informando o ID do ativo de mídia para consultar as smart tags estruturadas associadas a ele.

Tipo de evento de callback

Análise de ativo de mídia e armazenamento de resultados (MediaAiAnalysisComplete)

Exemplo do corpo da mensagem:

{
  "EventType": "MediaAiAnalysisComplete",
  "UserId": 183320223010****,
  "EventTime": "2022-06-23T13:11:33Z",
  "MessageBody": {
    "Status":"Success", // Indicates whether the AI analysis result is stored in the system. Valid values: Success and Failed.
    "JobStatus": "AnalyzeSuccess", // The status of the AI job. Valid values: AnalyzeSuccess and AnalyzeFailed.
    "Type": "StandardSmartTag" // The type of the AI job. The value is StandardSmartTag.
    "MediaId":"****b391419aj294m83b459f7435****" // The ID of the media asset.
  }
}

Para mais detalhes sobre os parâmetros, consulte Event list.

Chamar a operação GetMediaInfo****

Esta operação permite consultar as smart tags estruturadas de um ativo de mídia. Dependendo das necessidades do seu negócio, defina se deseja retornar informações detalhadas. Para saber mais sobre a operação, veja GetMediaInfo.

Parâmetros de solicitação (É possível definir o retorno de informações detalhadas)

Parameter

Type

Required

Description

Example

ReturnDetailedInfo

string

No

Define se devem ser retornadas informações detalhadas para campos específicos do ativo de mídia. Se este parâmetro não for configurado, o valor padrão AiRoughData.StandardSmartTagJob=false será utilizado.

  • AiRoughData.StandardSmartTagJob=false: O campo Data em Results não conterá informações detalhadas de tags, apresentando apenas resumos, como o sumário de capítulos e palavras-chave.

  • AiRoughData.StandardSmartTagJob=true: O campo Data em Results retornará informações detalhadas das tags.

{"AiRoughData.StandardSmartTagJob": true}

Exemplos de resposta

  • AiRoughData.StandardSmartTagJob=false: O campo Results não contém informações detalhadas de tags, apresentando apenas resumos, como o sumário de capítulos e palavras-chave.

    {
      "RequestId": "2FDE2411-DB8D-4A9A-875B-275798F14A5E",
      "MediaInfo": {
        "MediaId": "****20b48fb04483915d4f2cd8ac****",
        "MediaBasicInfo": {
          "MediaId": "****20b48fb04483915d4f2cd8ac****",
          "InputURL": "https://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4",
          "MediaType": "video",
          "BusinessType": "general",
          "Source": "oss",
          "Title": "Title",
          "Description": "Description",
          "Category": "Category",
          "MediaTags": "Tag, tag1",
          "CoverURL": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.png?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
          "UserData": "userDataTest",
          "Status": "Normal",
          "CreateTime": "2020-12-26T04:11:08Z",
          "ModifiedTime": "2020-12-26T04:11:10Z",
          "DeletedTime": "2020-12-26T04:11:15Z",
          "SpriteImages": "[{\"bucket\":\"example-bucket\",\"count\":\"32\",\"iceJobId\":\"******83ec44d58b2069def2e******\",\"location\":\"oss-cn-shanghai\",\"snapshotRegular\":\"example/example-{Count}.jpg\",\"spriteRegular\":\"example/example-{TileCount}.jpg\",\"templateId\":\"******e438b14ff39293eaec25******\",\"tileCount\":\"1\"}]",
          "CateId": 3048,
          "Biz": "ICE",
          "UploadSource": "general",
          "CateName": "cateName",
          "ReferenceId": "123-1234"
        },
        "FileInfoList": [
          {
            "FileBasicInfo": {
              "FileName": "example.mp4",
              "FileStatus": "Normal",
              "FileType": "source_file",
              "FileSize": "30611502",
              "FileUrl": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
              "Region": "cn-shanghai",
              "FormatName": "mov,mp4,m4a,3gp,3g2,mj2",
              "Duration": "216.206667",
              "Bitrate": "1132.68",
              "Width": "960",
              "Height": "540",
              "CreateTime": "2020-12-26T04:11:08Z",
              "ModifiedTime": "2020-12-26T04:11:10Z"
            },
            "AudioStreamInfoList": [
              {
                "Index": "1",
                "CodecName": "aac",
                "CodecLongName": "AAC (Advanced Audio Coding)",
                "CodecTimeBase": "1/24000",
                "CodecTagString": "mp4a",
                "CodecTag": "0x6134706d",
                "Profile": "High",
                "SampleFmt": "fltp",
                "SampleRate": "44100",
                "Channels": "2",
                "ChannelLayout": "stereo",
                "Timebase": "1/44100",
                "StartTime": "0.000000",
                "Duration": "16.200998",
                "Bitrate": "127.794",
                "Fps": "8",
                "NumFrames": "10",
                "Lang": "und"
              }
            ],
            "VideoStreamInfoList": [
              {
                "Index": "0",
                "CodecName": "h264",
                "CodecLongName": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
                "Profile": "High",
                "CodecTimeBase": "1/48",
                "CodecTagString": "[0][0][0][0]",
                "CodecTag": "0x0000",
                "Width": "960",
                "Height": "540",
                "HasBFrames": "2",
                "Sar": "0:1",
                "Dar": "0:1",
                "PixFmt": "yuv420p",
                "Level": "30",
                "Fps": "24.0",
                "AvgFPS": "24.0",
                "Timebase": "1/12288",
                "StartTime": "0.081706",
                "Duration": "216.206706",
                "Bitrate": "1001.594",
                "NumFrames": "5184",
                "Lang": "und",
                "Rotate": "0",
                "Nb_frames": "5184"
              }
            ],
            "SubtitleStreamInfoList": [
              {
                "Index": "1",
                "CodecName": "srt",
                "CodecLongName": "SubRip Text",
                "CodecTimeBase": "29.97",
                "CodecTagString": "unicode",
                "CodecTag": "unicode",
                "Timebase": "30",
                "StartTime": "0",
                "Duration": "1",
                "Lang": "und"
              }
            ]
          }
        ],
        "AiRoughData": {
          // Tags for multimodal search
          "Result": "https://sample-bucket.cn-shanghai.aliyuncs.com/result.json",
          "Status": "Analyzing",
          "SaveType": "TEXT",
          "AiCategory": "Life",
          "AiJobId": "****483915d4f2cd8ac20b48fb04****",
          
          // Standard tags
          "StandardSmartTagJob": {
            "AiJobId": "xxx",
            "Status": "Success",
            "ResultUrl": "http://xx.oss-cn-shanghai.aliyuncs.com/result2.txt",
            "Results": [
              {
                "Data": "{\"autoChapters\":[{\"start\":29830,\"headline\":\" Appearance-related stress and solutions\",\"summary\":\"The conversation mentioned the harm that appearance-related distress can cause to women, and two ways to address this issue: one is to achieve success through personal effort, and the other is to conform to mainstream beauty standards. However, both approaches require strong mental resilience. Additionally, for women who choose to conform to mainstream beauty standards, they may receive praise from those who appreciate them, but also face criticism from those who do not. Therefore, it is necessary to be mentally prepared to handle external doubts and potential hurt. \",\"end\":169720,\"id\":1}],\"meetingAssistance\":{\"keywords\":[\"distress\",\"appearance\",\"label\",\"criticism\",\"agree with the public\",\"psychology\",\"Internet celebrity\",\"female\",\"give in\",\"aesthetic\",\"gene\"]}}",
                "Type": "NLP"
              }
            ]
          }
        }
      }
    }
  • AiRoughData.StandardSmartTagJob=true: O campo Results retorna informações detalhadas das tags.

    {
      "RequestId": "2FDE2411-DB8D-4A9A-875B-275798F14A5E",
      "MediaInfo": {
        "MediaId": "****20b48fb04483915d4f2cd8ac****",
        "MediaBasicInfo": {
          "MediaId": "****20b48fb04483915d4f2cd8ac****",
          "InputURL": "https://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4",
          "MediaType": "video",
          "BusinessType": "general",
          "Source": "oss",
          "Title": "Title",
          "Description": "Description",
          "Category": "Category",
          "MediaTags": "Tag, tag1",
          "CoverURL": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.png?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
          "UserData": "userDataTest",
          "Status": "Normal",
          "CreateTime": "2020-12-26T04:11:08Z",
          "ModifiedTime": "2020-12-26T04:11:10Z",
          "DeletedTime": "2020-12-26T04:11:15Z",
          "SpriteImages": "[{\"bucket\":\"example-bucket\",\"count\":\"32\",\"iceJobId\":\"******83ec44d58b2069def2e******\",\"location\":\"oss-cn-shanghai\",\"snapshotRegular\":\"example/example-{Count}.jpg\",\"spriteRegular\":\"example/example-{TileCount}.jpg\",\"templateId\":\"******e438b14ff39293eaec25******\",\"tileCount\":\"1\"}]",
          "CateId": 3048,
          "Biz": "ICE",
          "UploadSource": "general",
          "CateName": "cateName",
          "ReferenceId": "123-1234"
        },
        "FileInfoList": [
          {
            "FileBasicInfo": {
              "FileName": "example.mp4",
              "FileStatus": "Normal",
              "FileType": "source_file",
              "FileSize": "30611502",
              "FileUrl": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
              "Region": "cn-shanghai",
              "FormatName": "mov,mp4,m4a,3gp,3g2,mj2",
              "Duration": "216.206667",
              "Bitrate": "1132.68",
              "Width": "960",
              "Height": "540",
              "CreateTime": "2020-12-26T04:11:08Z",
              "ModifiedTime": "2020-12-26T04:11:10Z"
            },
            "AudioStreamInfoList": [
              {
                "Index": "1",
                "CodecName": "aac",
                "CodecLongName": "AAC (Advanced Audio Coding)",
                "CodecTimeBase": "1/24000",
                "CodecTagString": "mp4a",
                "CodecTag": "0x6134706d",
                "Profile": "High",
                "SampleFmt": "fltp",
                "SampleRate": "44100",
                "Channels": "2",
                "ChannelLayout": "stereo",
                "Timebase": "1/44100",
                "StartTime": "0.000000",
                "Duration": "16.200998",
                "Bitrate": "127.794",
                "Fps": "8",
                "NumFrames": "10",
                "Lang": "und"
              }
            ],
            "VideoStreamInfoList": [
              {
                "Index": "0",
                "CodecName": "h264",
                "CodecLongName": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
                "Profile": "High",
                "CodecTimeBase": "1/48",
                "CodecTagString": "[0][0][0][0]",
                "CodecTag": "0x0000",
                "Width": "960",
                "Height": "540",
                "HasBFrames": "2",
                "Sar": "0:1",
                "Dar": "0:1",
                "PixFmt": "yuv420p",
                "Level": "30",
                "Fps": "24.0",
                "AvgFPS": "24.0",
                "Timebase": "1/12288",
                "StartTime": "0.081706",
                "Duration": "216.206706",
                "Bitrate": "1001.594",
                "NumFrames": "5184",
                "Lang": "und",
                "Rotate": "0",
                "Nb_frames": "5184"
              }
            ],
            "SubtitleStreamInfoList": [
              {
                "Index": "1",
                "CodecName": "srt",
                "CodecLongName": "SubRip Text",
                "CodecTimeBase": "29.97",
                "CodecTagString": "unicode",
                "CodecTag": "unicode",
                "Timebase": "30",
                "StartTime": "0",
                "Duration": "1",
                "Lang": "und"
              }
            ]
          }
        ],
        "AiRoughData": {
          // Tags for multimodal search
          "Result": "https://sample-bucket.cn-shanghai.aliyuncs.com/result.json",
          "Status": "Analyzing",
          "SaveType": "TEXT",
          "AiCategory": "Life",
          "AiJobId": "****483915d4f2cd8ac20b48fb04****",
          
          // Standard smart tags
          "StandardSmartTagJob": {
            "AiJobId": "xxx",
            "Status": "Success",
            "ResultUrl": "http://xx.oss-cn-shanghai.aliyuncs.com/result2.txt",
            "Results":[
              {
                "Data":"{\"autoChapters\":[{\"start\":29830,\"headline\":\"Appearance-related stress and solutions\",\"summary\":\"The conversation mentioned the harm that appearance-related distress can cause to women, and two ways to address this issue: one is to achieve success through personal effort, and the other is to conform to mainstream beauty standards. However, both approaches require strong mental resilience. Additionally, for those who choose to conform to mainstream beauty standards, they may receive praise from those who appreciate them, but also face criticism from those who do not. Therefore, it is necessary to be mentally prepared to handle external doubts and potential hurt. \",\"end\":169720,\"id\":1}],\"meetingAssistance\":{\"classifications\":{\"lecture\":0.13275695,\"meeting\":0.148536,\"interview\":0.7187071},\"keywords\":[\"distress\",\"appearance\",\"label\",\"criticism\",\"agree with the public\",\"psychology\",\"Internet celebrity\",\"female\",\"give in\",\"aesthetic\",\"gene\"]," keySentences ":[{" start ":23280," sentenceId ":6," end ":29330,\"text\":\" But among the two labels she most desires, the "beauty" label is somewhat surprising. \",\"id\":1},{\"start\":112600,\"sentenceId\":23,\"end\":119828,\"text\":\"I think both approaches require a very strong mindset, so you can choose either one. \",\"id\":2},{\"start\":120430,\"sentenceId\":24,\"end\":124040,\"text\":\"The first approach is to think that I am awesome and free. \",\"id\":3},{\"start\":146730,\"sentenceId\":27,\"end\":152180,\"text\":\"The second option, I think, requires even stronger mental fortitude, as you have to endure both the pain and the criticism. \",\"id\":4},{\"start\":152490,\"sentenceId\":28,\"end\":165983,\"text\":\"You have to admit that you've succumbed to popular taste, and in doing so, both groups will criticize you. Those who don't agree with popular taste will accuse you of giving in, while those who do agree with it will call you fake. \",\"id\":5} },\"summarization\":{\"conversationalSummary\":[{\"speakerName\":\" Speaker 3\",\"speakerId\":\"3\",\"summary\":\" She states that labels such as "Peking University elite," "Internet celebrity," and "genius girl" are not important to Li Xueqin, but among the two labels she most desires, the "beauty" label is somewhat surprising. "},{\"speakerName\":\" Speaker 1\",\"speakerId\":\"1\",\"summary\":\" Asks the other person if they want to label themselves and if they have ever been bothered by their appearance. He proposes two solutions: one is to work hard and become proficient, achieving success; the other is to simply get an injection or undergo a procedure. In the end, he asks for the other person's opinion on the matter. "},{\"speakerName\":\" Speaker 2\",\"speakerId\":\"2\",\"summary\":\" She describes herself as a comedian and brings up the topic of "war beauties". She believes that if everyone in the world thought of her as a beautiful woman, then the world's beauty standards wouldn't be so harsh on many women. She also shares about the rejection and hurt she has experienced in her life, believing that whether one chooses freedom or opts to endure criticism, it requires a strong mindset. At the same time, she points out that if you conform to popular aesthetics, you might be accused of being inauthentic, while those who don't agree with popular aesthetics will still criticize you for giving in. She believes that she needs to consider everyone's feelings in order to do her best. \"}],\"questionsAnsweringSummary\":[{\"answer\":\"Comedians. "," sentenceIdsOfQuestion ":[1]," sentenceIdsOfAnswer ":[2]," question ":" What kind of label do you want to give yourself? "},{" answer": "Peking University elite, Internet celebrity, and genius girl "," sentenceIdsOfQuestion ":[3]," sentenceIdsOfAnswer ":[5,6]," question ":"Is there anything else? \"},{\"answer\":\"I was troubled because I was rejected and hurt. "," sentenceIdsOfQuestion ":[8]," sentenceIdsOfAnswer ":[9,10,11]," question ":"Have you ever had appearance-related stress? \"},{\"answer\":\"The first approach is to address the issue through personal effort and professional achievements, while the second approach is to address it through changes in appearance. "," sentenceIdsOfQuestion ":[18,19,20,21,22]," sentenceIdsOfAnswer ":[18,19,20,21,22]," question ":"What do you think are the solutions for women who are troubled by their appearance? \"}],\"paragraphSummary\":\"Li Xueqin says she doesn't mind being labeled as a comedian or a "war beauty," which are labels that the public often talks about. However, she hopes to be the first example of a beautiful woman that comes to people's minds, so that the world’s standards for female beauty won’t be so harsh. She admits that her appearance has troubled her, as even though she understands that beauty is diverse, the rejection and hurt she experienced in her daily life were very real. She mentions two ways to address her appearance-related concerns: one is to gain recognition and achievements through hard work, and the other is to accept mainstream beauty standards and use her personality and positive qualities to overshadow any discrimination she might face. She believes that both methods require a strong mindset and also come with criticism from various quarters. \"},\"transcription\":{\"paragraphs\":[{\"paragraphId\":\"1702974525131500000\",\"words\":[{\"start\":60,\"sentenceId\":1,\"end\":1084,\"text\":\"If possible,\",\"id\":10},{\"start\":1084,\"sentenceId\":1,\"end\":1596,\"text\":\"what\",\"id\":20},{\"start\":1600,\"sentenceId\":1,\"end\":1736,\"text\":\"kind\",\"id\":30},{\"start\":1736,\"sentenceId\":1,\"end\":1872,\"text\":\"of",\"id\":40},{\"start\":1872,\"sentenceId\":1,\"end\":2008,\"text\":\"labels\",\"id\":50},{\"start\":2008,\"sentenceId\":1,\"end\":2280,\"text\":\"what you\",\"id\":60},{\"start\":2280,\"sentenceId\":1,\"end\":2688,\"text\":\"like to\",\"id\":70},{\"start\":2688,\"sentenceId\":1,\"end\":2824,\"text\":\"give\",\"id\":80},{\"start\":2824,\"sentenceId\":1,\"end\":3096,\"text\":\"yourself? \",\"id\":90}],\"speakerId\":\"1\"},{\"paragraphId\":\"1702974528451500000\",\"words\":[{\"start\":3380,\"sentenceId\":2,\"end\":4120,\"text\":\"Comedy\",\"id\":100},{\"start\":4120,\"sentenceId\":2,\"end\":5230,\"text\":\"professional\",\"id\":110},{\"start\":5230,\"sentenceId\":2,\"end\":5600,\"text\":\". \",\"id\":120}],\"speakerId\":\"2\"},{\"paragraphId\":\"1702974533881500000\",\"words\":[{\"start\":8810,\"sentenceId\":3,\"end\":9320,\"text\":\"Is\",\"id\":130},{\"start\":9320,\"sentenceId\":3,\"end\":10085,\"text\":\"there\",\"id\":140},{\"start\":10085,\"sentenceId\":3,\"end\":10595,\"text\":\"anything\",\"id\":150},{\"start\":10595,\"sentenceId\":3,\"end\":11105,\"text\":\"else, like \",\"id\":160}],\"speakerId\":\"1\"},{\" ParagraphId \":\"1702974536176500000\",\"words\":[{\"start\":11105,\"sentenceId\":4,\"end\":11615,\"text\":\"war\"," id ":170 },{" start ":11615," sentenceId ":4," end ":12125," text ":"beauty"," id ":180 },{" start ":13330," sentenceId ":4," end ":13690,\"text\":\"? \",\"id\":190}],\"speakerId\":\"2\"},{\"paragraphId\":\"1702974538871500000\",\"words\":[{\"start\":13800,\"sentenceId\":5,\"end\":14135,\"text\":\"Peking\",\"id\":200},{\"start\":14135,\"sentenceId\":5,\"end\":14805,\"text\":\"University\",\"id\":210},{\"start\":14805,\"sentenceId\":5,\"end\":15140,\"text\":\"elite,\",\"id\":220},{\"start\":15320,\"sentenceId\":5,\"end\":15620,\"text\":\"Internet\",\"id\":230},{\"start\":15620,\"sentenceId\":5,\"end\":15920,\"text\":\"celebrity,\",\"id\":240},{\"start\":16350,\"sentenceId\":5,\"end\":17230,\"text\":\"genius girl.\",\"id\":250},{\"start\":17840,\"sentenceId\":5,\"end\":18224,\"text\":\"These are\",\"id\":260},{\"start\":18224,\"sentenceId\":5,\"end\":18608,\"text\":\"the labels\",\"id\":270},{\"start\":18608,\"sentenceId\":5,\"end\":18992,\"text\":\"that\",\"id\":280},{\"start\":18992,\"sentenceId\":5,\"end\":19760,\"text\":\"the public\",\"id\":290},{\"start\":19760,\"sentenceId\":5,\"end\":19952,\"text\":\"eagerly\",\"id\":300},{\"start\":19952,\"sentenceId\":5,\"end\":20336,\"text\":\"discusses.\",\"id\":310},{\"start\":20770,\"sentenceId\":5,\"end\":21349,\"text\":\"Li Xueqin\",\"id\":320},{\"start\":21349,\"sentenceId\":5,\"end\":21735,\"text\":\"seems\",\"id\":330},{\"start\":21735,\"sentenceId\":5,\"end\":21928,\"text\":\"indifferent to\",\"id\":340},{\"start\":21928,\"sentenceId\":5,\"end\":22700,\"text\":\"them. \",\"id\":350},{\"start\":23280,\"sentenceId\":6,\"end\":23458,\"text\":\"But\",\"id\":360},{\"start\":23458,\"sentenceId\":6,\"end\":23636,\"text\":\"among\",\"id\":370},{\"start\":23636,\"sentenceId\":6,\"end\":23992,\"text\":\"the two\",\"id\":380},{\"start\":23992,\"sentenceId\":6,\"end\":24170,\"text\":\"labels\",\"id\":390},{\"start\":24170,\"sentenceId\":6,\"end\":24526,\"text\":\"that\",\"id\":400},{\"start\":24526,\"sentenceId\":6,\"end\":24704,\"text\":\"she\",\"id\":410},{\"start\":24704,\"sentenceId\":6,\"end\":25060,\"text\":\"desires\",\"id\":420},{\"start\":25060,\"sentenceId\":6,\"end\":25416,\"text\":\"the\",\"id\":430},{\"start\":25416,\"sentenceId\":6,\"end\":25772,\"text\":\"most,\",\"id\":440},{\"start\":26420,\"sentenceId\":6,\"end\":26808,\"text\":\"the\",\"id\":450},{\"start\":26808,\"sentenceId\":6,\"end\":27196,\"text\":\"beauty\",\"id\":460},{\"start\":27196,\"sentenceId\":6,\"end\":27390,\"text\":\"label,\"id\":470},{\"start\":27390,\"sentenceId\":6,\"end\":28166,\"text\":\"is\",\"id\":480},{\"start\":28166,\"sentenceId\":6,\"end\":28554,\"text\":\"somewhat\",\"id\":490},{\"start\":28554,\"sentenceId\":6,\"end\":28942,\"text\":\"surprising\",\"id\":500},{\"start\":28942,\"sentenceId\":6,\"end\":29330,\"text\":\". \",\"id\":510}],\"speakerId\":\"3\"},{\"paragraphId\":\"1702974554901500000\",\"words\":[{\"start\":29830,\"sentenceId\":7,\"end\":30366,\"text\":\"I\",\"id\":520},{\"start\":30366,\"sentenceId\":7,\"end\":31170,\"text\":\"hope\",\"id\":530},{\"start\":31170,\"sentenceId\":7,\"end\":32510,\"text\":\"that one day\",\"id\":540},{\"start\":32510,\"sentenceId\":7,\"end\":33314,\"text\":\"I\",\"id\":550},{\"start\":33314,\"sentenceId\":7,\"end\":33582,\"text\":\"am\",\"id\":560},{\"start\":33582,\"sentenceId\":7,\"end\":33850,\"text\":\"the\",\"id\":570},{\"start\":33850,\"sentenceId\":7,\"end\":34386,\"text\":\"first\",\"id\":580},{\"start\":34386,\"sentenceId\":7,\"end\":34654,\"text\":\"example\",\"id\":590},{\"start\":34654,\"sentenceId\":7,\"end\":35458,\"text\":\"of\",\"id\":600},{\"start\":35458,\"sentenceId\":7,\"end\":35994,\"text\":\"a\",\"id\":610},{\"start\":35994,\"sentenceId\":7,\"end\":36262,\"text\":\"beautiful\",\"id\":620},{\"start\":36262,\"sentenceId\":7,\"end\":36798,\"text\":\"woman,\",\"id\":630},{\"start\":37740,\"sentenceId\":7,\"end\":37974,\"text\":\"so\",\"id\":640},{\"start\":37974,\"sentenceId\":7,\"end\":38208,\"text\":\"the\",\"id\":650},{\"start\":38208,\"sentenceId\":7,\"end\":38676,\"text\":\"world's\",\"id\":660},{\"start\":38676,\"sentenceId\":7,\"end\":39144,\"text\":\"standards\",\"id\":670},{\"start\":39144,\"sentenceId\":7,\"end\":39846,\"text\":\"for\",\"id\":680},{\"start\":39846,\"sentenceId\":7,\"end\":40080,\"text\":\"female\",\"id\":690},{\"start\":40080,\"sentenceId\":7,\"end\":40548,\"text\":\"beauty,\",\"id\":700},{\"start\":40548,\"sentenceId\":7,\"end\":40782,\"text\":\"won't\",\"id\":710},{\"start\":40782,\"sentenceId\":7,\"end\":41250,\"text\":\"be\",\"id\":720},{\"start\":41250,\"sentenceId\":7,\"end\":41484,\"text\":\"so\",\"id\":730},{\"start\":41484,\"sentenceId\":7,\"end\":41952,\"text\":\"harsh\",\"id\":740},{\"start\":41952,\"sentenceId\":7,\"end\":42420,\"text\":\"on\",\"id\":750},{\"start\":42420,\"sentenceId\":7,\"end\":42888,\"text\":\"so\",\"id\":760},{\"start\":42888,\"sentenceId\":7,\"end\":43356,\"text\":\"many\",\"id\":770},{\"start\":43356,\"sentenceId\":7,\"end\":43590,\"text\":\"women. \",\"id\":780}],\"speakerId\":\"2\"},{\"paragraphId\":\"1702974568671500000\",\"words\":[{\"start\":43600,\"sentenceId\":8,\"end\":43920,\"text\":\"Have\",\"id\":790},{\"start\":43920,\"sentenceId\":8,\"end\":44240,\"text\":\"you\",\"id\":800},{\"start\":44240,\"sentenceId\":8,\"end\":44560,\"text\":\"had\",\"id\":810},{\"start\":44560,\"sentenceId\":8,\"end\":44720,\"text\":\"appearance-related\",\"id\":820},{\"start\":44720,\"sentenceId\":8,\"end\":44880,\"text\":\"stress\",\"id\":830},{\"start\":44880,\"sentenceId\":8,\"end\":45040,\"text\":\"? \",\"id\":840}],\"speakerId\":\"1\"},{\"paragraphId\":\"1702974570361500000\",\"words\":[{\"start\":45290,\"sentenceId\":9,\"end\":45690,\"text\":\"I\",\"id\":850},{\"start\":45690,\"sentenceId\":9,\"end\":45890,\"text\":\"have\",\"id\":860},{\"start\":45890,\"sentenceId\":9,\"end\":46090,\"text\":\". \",\"id\":870},{\"start\":46480,\"sentenceId\":10,\"end\":47305,\"text\":\"I\",\"id\":880},{\"start\":47305,\"sentenceId\":10,\"end\":47580,\"text\":\"understand\",\"id\":890},{\"start\":47580,\"sentenceId\":10,\"end\":48130,\"text\":\"that\",\"id\":900},{\"start\":48130,\"sentenceId\":10,\"end\":48405,\"text\":\"beauty\",\"id\":910},{\"start\":48405,\"sentenceId\":10,\"end\":48955,\"text\":\"is\",\"id\":920},{\"start\":48955,\"sentenceId\":10,\"end\":49230,\"text\":\"subjective\",\"id\":930},{\"start\":49230,\"sentenceId\":10,\"end\":49505,\"text\":\"and\",\"id\":940},{\"start\":49505,\"sentenceId\":10,\"end\":50055,\"text\":\"diverse,\",\"id\":950},{\"start\":50055,\"sentenceId\":10,\"end\":50330,\"text\":\"and\",\"id\":960},{\"start\":50740,\"sentenceId\":10,\"end\":51250,\"text\":\"we\",\"id\":970},{\"start\":51250,\"sentenceId\":10,\"end\":51420,\"text\":\"should\",\"id\":980},{\"start\":51420,\"sentenceId\":10,\"end\":51760,\"text\":\"not\",\"id\":990},{\"start\":51760,\"sentenceId\":10,\"end\":51930,\"text\":\"judge a person\",\"id\":1000},{\"start\":51930,\"sentenceId\":10,\"end\":52270,\"text\":\"by\",\"id\":1010},{\"start\":52270,\"sentenceId\":10,\"end\":52780,\"text\":\"appearance. \",\"id\":1020},{\"start\":53140,\"sentenceId\":11,\"end\":53812,\"text\":\"But\",\"id\":1030},{\"start\":53812,\"sentenceId\":11,\"end\":54484,\"text\":\"that\",\"id\":1040},{\"start\":54484,\"sentenceId\":11,\"end\":55156,\"text\":\"is\",\"id\":1050},{\"start\":55156,\"sentenceId\":11,\"end\":55492,\"text\":\"being\",\"id\":1060},{\"start\":55492,\"sentenceId\":11,\"end\":55828,\"text\":\"rational.\",\"id\":1070},{\"start\":55830,\"sentenceId\":11,\"end\":55984,\"text\":\"The\",\"id\":1080},{\"start\":55984,\"sentenceId\":11,\"end\":56138,\"text\":\"rejection\",\"id\":1090},{\"start\":56138,\"sentenceId\":11,\"end\":56754,\"text\":\"and\",\"id\":1100},{\"start\":56754,\"sentenceId\":11,\"end\":57216,\"text\":\"harm\",\"id\":1110},{\"start\":57216,\"sentenceId\":11,\"end\":57370,\"text\":\"that\",\"id\":1120},{\"start\":57370,\"sentenceId\":11,\"end\":57678,\"text\":\"I\",\"id\":1130},{\"start\":57678,\"sentenceId\":11,\"end\":57832,\"text\":\"experienced\",\"id\":1140},{\"start\":57832,\"sentenceId\":11,\"end\":58140,\"text\":\"in life\",\"id\":1150},{\"start\":58140,\"sentenceId\":11,\"end\":58294,\"text\":\"are\",\"id\":1160},{\"start\":58294,\"sentenceId\":11,\"end\":58756,\"text\":\"real. \",\"id\":1170}],\"speakerId\":\"2\"},{\"paragraphId\":\"1702974584141500000\",\"words\":[{\"start\":59070,\"sentenceId\":12,\"end\":59227,\"text\":\"Just\",\"id\":1180},{\"start\":59227,\"sentenceId\":12,\"end\":59384,\"text\":\"as\",\"id\":1190},{\"start\":59384,\"sentenceId\":12,\"end\":59698,\"text\":\"I\",\"id\":1200},{\"start\":59698,\"sentenceId\":12,\"end\":59855,\"text\":\"have\",\"id\":1210},{\"start\":59855,\"sentenceId\":12,\"end\":60169,\"text\":\"mentioned\",\"id\":1220},{\"start\":60169,\"sentenceId\":12,\"end\":60326,\"text\":\"before,\",\"id\":1230},{\"start\":60330,\"sentenceId\":12,\"end\":60452,\"text\":\"when\",\"id\":1240},{\"start\":60452,\"sentenceId\":12,\"end\":60696,\"text\":\"I\",\"id\":1250},{\"start\":60696,\"sentenceId\":12,\"end\":60940,\"text\":\"was\",\"id\":1260},{\"start\":60940,\"sentenceId\":12,\"end\":61182,\"text\":\"little,\",\"id\":1270},{\"start\":61182,\"sentenceId\":12,\"end\":61303,\"text\":\"kids\",\"id\":1280},{\"start\":61303,\"sentenceId\":12,\"end\":61666,\"text\":\"didn't\",\"id\":1290},{\"start\":61666,\"sentenceId\":12,\"end\":61787,\"text\":\"play\",\"id\":1300},{\"start\":61787,\"sentenceId\":12,\"end\":61908,\"text\":\"with\",\"id\":1310},{\"start\":61908,\"sentenceId\":12,\"end\":62271,\"text\":\"me\",\"id\":1320},{\"start\":62271,\"sentenceId\":12,\"end\":62392,\"text\":\"because\",\"id\":1330},{\"start\":62400,\"sentenceId\":12,\"end\":62714,\"text\":\"I\",\"id\":1340},{\"start\":62714,\"sentenceId\":12,\"end\":63028,\"text\":\"was\",\"id\":1350},{\"start\":63028,\"sentenceId\":12,\"end\":63185,\"text\":\"ugly\",\"id\":1360},{\"start\":63185,\"sentenceId\":12,\"end\":63499,\"text\":\"and fat. \",\"id\":1370},{\"start\":64720,\"sentenceId\":13,\"end\":65138,\"text\":\"After\",\"id\":1380},{\"start\":65138,\"sentenceId\":13,\"end\":65765,\"text\":\"I\",\"id\":1390},{\"start\":65765,\"sentenceId\":13,\"end\":66183,\"text\":\"became\",\"id\":1400},{\"start\":66183,\"sentenceId\":13,\"end\":66601,\"text\":\"an\",\"id\":1410},{\"start\":66601,\"sentenceId\":13,\"end\":66810,\"text\":\"adult,\",\"id\":1420},{\"start\":66810,\"sentenceId\":13,\"end\":67228,\"text\":\"men\",\"id\":1430},{\"start\":67228,\"sentenceId\":13,\"end\":67437,\"text\":\"would\",\"id\":1440},{\"start\":67437,\"sentenceId\":13,\"end\":68064,\"text\":\"say\",\"id\":1450},{\"start\":68064,\"sentenceId\":13,\"end\":68482,\"text\":\"that\",\"id\":1460},{\"start\":68482,\"sentenceId\":13,\"end\":68691,\"text\":\"they\",\"id\":1470},{\"start\":68691,\"sentenceId\":13,\"end\":68900,\"text\":\"wanted\",\"id\":1480},{\"start\":68900,\"sentenceId\":13,\"end\":69318,\"text\":\"to\",\"id\":1490},{\"start\":69318,\"sentenceId\":13,\"end\":69527,\"text\":\"find\",\"id\":1500},{\"start\":69527,\"sentenceId\":13,\"end\":69736,\"text\":\"someone\",\"id\":1510},{\"start\":69736,\"sentenceId\":13,\"end\":70154,\"text\":\"with\",\"id\":1520},{\"start\":70154,\"sentenceId\":13,\"end\":70572,\"text\":\"good genes. \",\"id\":1530},{\"start\":70730,\"sentenceId\":14,\"end\":71040,\"text\":\"After\",\"id\":1540},{\"start\":71040,\"sentenceId\":14,\"end\":71350,\"text\":\"becoming\",\"id\":1550},{\"start\":71350,\"sentenceId\":14,\"end\":71505,\"text\":\"a\",\"id\":1560},{\"start\":71505,\"sentenceId\":14,\"end\":71660,\"text\":\"public\",\"id\":1570},{\"start\":71660,\"sentenceId\":14,\"end\":71970,\"text\":\"figure\",\"id\":1580},{\"start\":71970,\"sentenceId\":14,\"end\":72280,\"text\":\"or\",\"id\":1590},{\"start\":72280,\"sentenceId\":14,\"end\":72900,\"text\":\"an\",\"id\":1600},{\"start\":72900,\"sentenceId\":14,\"end\":73210,\"text\":\"Internet\",\"id\":1610},{\"start\":73380,\"sentenceId\":14,\"end\":73544,\"text\":\"celebrity,\",\"id\":1620},{\"start\":73544,\"sentenceId\":14,\"end\":73708,\"text\":\"I\",\"id\":1630},{\"start\":73708,\"sentenceId\":14,\"end\":73872,\"text\":\"had\",\"id\":1640},{\"start\":73872,\"sentenceId\":14,\"end\":74200,\"text\":\"friends\",\"id\":1650},{\"start\":74450,\"sentenceId\":14,\"end\":74624,\"text\":\"who\",\"id\":1660},{\"start\":74624,\"sentenceId\":14,\"end\":74798,\"text\":\"asked\",\"id\":1670},{\"start\":74798,\"sentenceId\":14,\"end\":75146,\"text\":\"me:\",\"id\":1680},{\"start\":75146,\"sentenceId\":14,\"end\":75320,\"text\":\"Why\",\"id\":1690},{\"start\":75320,\"sentenceId\":14,\"end\":75494,\"text\":\"do\",\"id\":1700},{\"start\":75494,\"sentenceId\":14,\"end\":75842,\"text\":\"you\",\"id\":1710},{\"start\":75842,\"sentenceId\":14,\"end\":76190,\"text\":\"show\",\"id\":1720},{\"start\":76190,\"sentenceId\":14,\"end\":76364,\"text\":\"up\",\"id\":1730},{\"start\":76364,\"sentenceId\":14,\"end\":76712,\"text\":\"with\",\"id\":1740},{\"start\":76712,\"sentenceId\":14,\"end\":77408,\"text\":\"that ugly\",\"id\":1750},{\"start\":77408,\"sentenceId\":14,\"end\":77930,\"text\":\"face? \",\"id\":1760},{\"start\":79290,\"sentenceId\":15,\"end\":79634,\"text\":\"These\",\"id\":1770},{\"start\":79634,\"sentenceId\":15,\"end\":79978,\"text\":\"harmful\",\"id\":1780},{\"start\":79978,\"sentenceId\":15,\"end\":80494,\"text\":\"remarks\",\"id\":1790},{\"start\":80494,\"sentenceId\":15,\"end\":80838,\"text\":\"are real. \",\"id\":1800},{\"start\":80940,\"sentenceId\":16,\"end\":81272,\"text\":\"So\",\"id\":1810},{\"start\":81272,\"sentenceId\":16,\"end\":81936,\"text\":\"I\",\"id\":1820},{\"start\":81936,\"sentenceId\":16,\"end\":82102,\"text\":\"hope\",\"id\":1830},{\"start\":82102,\"sentenceId\":16,\"end\":82434,\"text\":\"the\",\"id\":1840},{\"start\":82434,\"sentenceId\":16,\"end\":82766,\"text\":\"time\",\"id\":1850},{\"start\":82766,\"sentenceId\":16,\"end\":82932,\"text\":\"comes\",\"id\":1860},{\"start\":82932,\"sentenceId\":16,\"end\":83264,\"text\":\"when\",\"id\":1870},{\"start\":83264,\"sentenceId\":16,\"end\":83430,\"text\":\"I am\",\"id\":1880},{\"start\":83430,\"sentenceId\":16,\"end\":83762,\"text\":\"the first\",\"id\":1890},{\"start\":83762,\"sentenceId\":16,\"end\":83928,\"text\":\"example\",\"id\":1900},{\"start\":83928,\"sentenceId\":16,\"end\":84260,\"text\":\"of\",\"id\":1910},{\"start\":85220,\"sentenceId\":16,\"end\":85424,\"text\":\"a\",\"id\":1920},{\"start\":85424,\"sentenceId\":16,\"end\":85628,\"text\":\"beautiful\",\"id\":1930},{\"start\":85628,\"sentenceId\":16,\"end\":86036,\"text\":\"woman\",\"id\":1940},{\"start\":86036,\"sentenceId\":16,\"end\":86444,\"text\":\"that\",\"id\":1950},{\"start\":86444,\"sentenceId\":16,\"end\":86648,\"text\":\"comes\",\"id\":1960},{\"start\":86648,\"sentenceId\":16,\"end\":87056,\"text\":\"to\",\"id\":1970},{\"start\":87056,\"sentenceId\":16,\"end\":87260,\"text\":\"people's\",\"id\":1980},{\"start\":87260,\"sentenceId\":16,\"end\":87668,\"text\":\"mind.\",\"id\":1990},{\"start\":87668,\"sentenceId\":16,\"end\":87872,\"text\":\"Lots\",\"id\":2000},{\"start\":87872,\"sentenceId\":16,\"end\":88280,\"text\":\"of\",\"id\":2010},{\"start\":88280,\"sentenceId\":16,\"end\":88688,\"text\":\"women\",\"id\":2020},{\"start\":88688,\"sentenceId\":16,\"end\":88892,\"text\":\"have\",\"id\":2030},{\"start\":88892,\"sentenceId\":16,\"end\":89096,\"text\":\"had\",\"id\":2040},{\"start\":89096,\"sentenceId\":16,\"end\":89504,\"text\":\"appearance-related\",\"id\":2050},{\"start\":89504,\"sentenceId\":16,\"end\":89912,\"text\":\"concerns\",\"id\":2060},{\"start\":89912,\"sentenceId\":16,\"end\":90320,\"text\":\"like\",\"id\":2070},{\"start\":90320,\"sentenceId\":16,\"end\":90728,\"text\":\"me.\",\"id\":2080},{\"start\":90728,\"sentenceId\":16,\"end\":90932,\"text\":\"When\",\"id\":2090},{\"start\":90932,\"sentenceId\":16,\"end\":91136,\"text\":\"that\",\"id\":2100},{\"start\":91136,\"sentenceId\":16,\"end\":91544,\"text\":\"time comes, \",\"id\":2110},{\"start\":93030,\"sentenceId\":17,\"end\":93159,\"text\":\"they\",\"id\":2120},{\"start\":93159,\"sentenceId\":17,\"end\":93417,\"text\":\"won't\",\"id\":2130},{\"start\":93417,\"sentenceId\":17,\"end\":93675,\"text\":\"be\",\"id\":2140},{\"start\":93675,\"sentenceId\":17,\"end\":93804,\"text\":\"bothered\",\"id\":2150},{\"start\":93804,\"sentenceId\":17,\"end\":93933,\"text\":\"by\",\"id\":2160},{\"start\":93933,\"sentenceId\":17,\"end\":94191,\"text\":\"such\",\"id\":2170},{\"start\":94191,\"sentenceId\":17,\"end\":94320,\"text\":\"concerns. \",\"id\":2180}],\"speakerId\":\"2\"},{\"paragraphId\":\"1702974619921500000\",\"words\":[{\"start\":94850,\"sentenceId\":18,\"end\":95190,\"text\":\"For\",\"id\":2190},{\"start\":95190,\"sentenceId\":18,\"end\":95360,\"text\":\"those\",\"id\":2200},{\"start\":95360,\"sentenceId\":18,\"end\":95870,\"text\":\"who\",\"id\":2210},{\"start\":95870,\"sentenceId\":18,\"end\":96210,\"text\":\"have\",\"id\":2220},{\"start\":96210,\"sentenceId\":18,\"end\":96550,\"text\":\"appearance-related\",\"id\":2230},{\"start\":96550,\"sentenceId\":18,\"end\":96720,\"text\":\"concerns,\",\"id\":2240},{\"start\":96720,\"sentenceId\":18,\"end\":97060,\"text\":\"I\",\"id\":2250},{\"start\":97060,\"sentenceId\":18,\"end\":97230,\"text\":\"have\",\"id\":2260},{\"start\":97230,\"sentenceId\":18,\"end\":97570,\"text\":\"some\",\"id\":2270},{\"start\":97570,\"sentenceId\":18,\"end\":97740,\"text\":\"solutions\",\"id\":2280},{\"start\":97740,\"sentenceId\":18,\"end\":97910,\"text\":\"that\",\"id\":2290},{\"start\":97910,\"sentenceId\":18,\"end\":98250,\"text\":\"may\",\"id\":2300},{\"start\":98250,\"sentenceId\":18,\"end\":98590,\"text\":\"be\",\"id\":2310},{\"start\":98590,\"sentenceId\":18,\"end\":98930,\"text\":\"helpful. \",\"id\":2320},{\"start\":99470,\"sentenceId\":19,\"end\":100109,\"text\":\"Either\",\"id\":2330},{\"start\":100109,\"sentenceId\":19,\"end\":100748,\"text\":\"you\",\"id\":2340},{\"start\":100748,\"sentenceId\":19,\"end\":100961,\"text\":\"work\",\"id\":2350},{\"start\":100961,\"sentenceId\":19,\"end\":101174,\"text\":\"really\",\"id\":2360},{\"start\":101174,\"sentenceId\":19,\"end\":101600,\"text\":\"hard\",\"id\":2370},{\"start\":101600,\"sentenceId\":19,\"end\":102026,\"text\":\"and\",\"id\":2380},{\"start\":102030,\"sentenceId\":19,\"end\":102196,\"text\":\"become\",\"id\":2390},{\"start\":102196,\"sentenceId\":19,\"end\":102528,\"text\":\"a\",\"id\":2400},{\"start\":102528,\"sentenceId\":19,\"end\":102694,\"text\":\"professional\",\"id\":2410},{\"start\":102694,\"sentenceId\":19,\"end\":102860,\"text\":\"in\",\"id\":2420},{\"start\":102860,\"sentenceId\":19,\"end\":103192,\"text\":\"a\",\"id\":2430},{\"start\":103192,\"sentenceId\":19,\"end\":103524,\"text\":\"specific\",\"id\":2440},{\"start\":103530,\"sentenceId\":19,\"end\":103950,\"text\":\"field,\",\"id\":2450},{\"start\":103950,\"sentenceId\":19,\"end\":104160,\"text\":\"and\",\"id\":2460},{\"start\":104160,\"sentenceId\":19,\"end\":104556,\"text\":\"have\",\"id\":2470},{\"start\":104556,\"sentenceId\":19,\"end\":104754,\"text\":\"great\",\"id\":2480},{\"start\":104754,\"sentenceId\":19,\"end\":105150,\"text\":\"achievements. \",\"id\":2490},{\"start\":105500,\"sentenceId\":20,\"end\":105839,\"text\":\"Or\",\"id\":2500},{\"start\":105839,\"sentenceId\":20,\"end\":106178,\"text\":\"there\",\"id\":2510},{\"start\":106178,\"sentenceId\":20,\"end\":106517,\"text\":\"is\",\"id\":2520},{\"start\":106517,\"sentenceId\":20,\"end\":106743,\"text\":\"a\",\"id\":2530},{\"start\":106743,\"sentenceId\":20,\"end\":106856,\"text\":\"much\",\"id\":2540},{\"start\":106856,\"sentenceId\":20,\"end\":107082,\"text\":\"simpler\",\"id\":2550},{\"start\":107082,\"sentenceId\":20,\"end\":107308,\"text\":\"solution. \",\"id\":2560},{\"start\":107420,\"sentenceId\":21,\"end\":107561,\"text\":\"You\",\"id\":2570},{\"start\":107561,\"sentenceId\":21,\"end\":107702,\"text\":\"can\",\"id\":2580},{\"start\":107702,\"sentenceId\":21,\"end\":107843,\"text\":\"simply\",\"id\":2590},{\"start\":107843,\"sentenceId\":21,\"end\":108125,\"text\":\"go\",\"id\":2600},{\"start\":108125,\"sentenceId\":21,\"end\":108266,\"text\":\"to\",\"id\":2610},{\"start\":108266,\"sentenceId\":21,\"end\":108548,\"text\":\"the\",\"id\":2620},{\"start\":108548,\"sentenceId\":21,\"end\":108830,\"text\":\"hospital\",\"id\":2630},{\"start\":108830,\"sentenceId\":21,\"end\":109112,\"text\":\"for\",\"id\":2640},{\"start\":109112,\"sentenceId\":21,\"end\":109253,\"text\":\"plastic surgery. \",\"id\":2650},{\"start\":110310,\"sentenceId\":22,\"end\":111010,\"text\":\"What's\",\"id\":2660},{\"start\":111010,\"sentenceId\":22,\"end\":111360,\"text\":\"your\",\"id\":2670},{\"start\":111360,\"sentenceId\":22,\"end\":111710,\"text\":\"take? \",\"id\":2680}],\"speakerId\":\"1\"},{\"paragraphId\":\"1702974637671500000\",\"words\":[{\"start\":112600,\"sentenceId\":23,\"end\":112868,\"text\":\"I\",\"id\":2690},{\"start\":112868,\"sentenceId\":23,\"end\":113404,\"text\":\"think\",\"id\":2700},{\"start\":113404,\"sentenceId\":23,\"end\":114208,\"text\":\"both\",\"id\":2710},{\"start\":114208,\"sentenceId\":23,\"end\":114476,\"text\":\"approaches\",\"id\":2720},{\"start\":114476,\"sentenceId\":23,\"end\":115280,\"text\":\"require\",\"id\":2730},{\"start\":115280,\"sentenceId\":23,\"end\":115548,\"text\":\"a\",\"id\":2740},{\"start\":115548,\"sentenceId\":23,\"end\":116084,\"text\":\"very\",\"id\":2750},{\"start\":116084,\"sentenceId\":23,\"end\":116620,\"text\":\"strong\",\"id\":2760},{\"start\":116620,\"sentenceId\":23,\"end\":117156,\"text\":\"mindset,\",\"id\":2770},{\"start\":117156,\"sentenceId\":23,\"end\":117424,\"text\":\"and\",\"id\":2780},{\"start\":117424,\"sentenceId\":23,\"end\":117960,\"text\":\"you\",\"id\":2790},{\"start\":118820,\"sentenceId\":23,\"end\":118988,\"text\":\"can\",\"id\":2800},{\"start\":118988,\"sentenceId\":23,\"end\":119156,\"text\":\"choose\",\"id\":2810},{\"start\":119156,\"sentenceId\":23,\"end\":119492,\"text\":\"either\",\"id\":2820},{\"start\":119492,\"sentenceId\":23,\"end\":119828,\"text\":\"one. \",\"id\":2830},{\"start\":120430,\"sentenceId\":24,\"end\":121360,\"text\":\"The\",\"id\":2840},{\"start\":121360,\"sentenceId\":24,\"end\":122290,\"text\":\"first\",\"id\":2850},{\"start\":122290,\"sentenceId\":24,\"end\":122910,\"text\":\"approach\",\"id\":2860},{\"start\":123300,\"sentenceId\":24,\"end\":123448,\"text\":\"is\",\"id\":2870},{\"start\":123448,\"sentenceId\":24,\"end\":123744,\"text\":\"to think\",\"id\":2880},{\"start\":123744,\"sentenceId\":24,\"end\":124040,\"text\":\"I'm awesome. \",\"id\":2890},{\"start\":124300,\"sentenceId\":25,\"end\":124776,\"text\":\"But\",\"id\":2900},{\"start\":124776,\"sentenceId\":25,\"end\":125014,\"text\":\"others\",\"id\":2910},{\"start\":125014,\"sentenceId\":25,\"end\":125490,\"text\":\"will\",\"id\":2920},{\"start\":125490,\"sentenceId\":25,\"end\":125966,\"text\":\"criticize\",\"id\":2930},{\"start\":125966,\"sentenceId\":25,\"end\":126442,\"text\":\"you\",\"id\":2940},{\"start\":126442,\"sentenceId\":25,\"end\":126680,\"text\":\"of\",\"id\":2950},{\"start\":126680,\"sentenceId\":25,\"end\":126918,\"text\":\"having\",\"id\":2960},{\"start\":126918,\"sentenceId\":25,\"end\":127394,\"text\":\"bad\",\"id\":2970},{\"start\":127394,\"sentenceId\":25,\"end\":127870,\"text\":\"genes,\",\"id\":2980},{\"start\":129330,\"sentenceId\":25,\"end\":129491,\"text\":\"and\",\"id\":2990},{\"start\":129491,\"sentenceId\":25,\"end\":129652,\"text\":\"you\",\"id\":3000},{\"start\":129652,\"sentenceId\":25,\"end\":129974,\"text\":\"have to\",\"id\":3010},{\"start\":129974,\"sentenceId\":25,\"end\":130296,\"text\":\"endure that. \",\"id\":3020},{\"start\":130300,\"sentenceId\":26,\"end\":130468,\"text\":\"You\",\"id\":3030},{\"start\":130468,\"sentenceId\":26,\"end\":130804,\"text\":\"firmly\",\"id\":3040},{\"start\":130804,\"sentenceId\":26,\"end\":130972,\"text\":\"believe\",\"id\":3050},{\"start\":130972,\"sentenceId\":26,\"end\":131308,\"text\":\"that\",\"id\":3060},{\"start\":131308,\"sentenceId\":26,\"end\":131476,\"text\":\"your\",\"id\":3070},{\"start\":131476,\"sentenceId\":26,\"end\":131812,\"text\":\"strong\",\"id\":3080},{\"start\":131812,\"sentenceId\":26,\"end\":131980,\"text\":\"personality\",\"id\":3090},{\"start\":131980,\"sentenceId\":26,\"end\":132316,\"text\":\"can\",\"id\":3100},{\"start\":132316,\"sentenceId\":26,\"end\":132484,\"text\":\"overshadow\",\"id\":3110},{\"start\":132484,\"sentenceId\":26,\"end\":132652,\"text\":\"everything,\",\"id\":3120},{\"start\":132652,\"sentenceId\":26,\"end\":132988,\"text\":\"including\",\"id\":3130},{\"start\":132988,\"sentenceId\":26,\"end\":133324,\"text\":\"how\",\"id\":3140},{\"start\":133324,\"sentenceId\":26,\"end\":133660,\"text\":\"others\",\"id\":3150},{\"start\":133660,\"sentenceId\":26,\"end\":133828,\"text\":\"might\",\"id\":3160},{\"start\":133828,\"sentenceId\":26,\"end\":134164,\"text\":\"discriminate\",\"id\":3170},{\"start\":134500,\"sentenceId\":26,\"end\":134862,\"text\":\"against\",\"id\":3180},{\"start\":134862,\"sentenceId\":26,\"end\":135043,\"text\":\"you\",\"id\":3190},{\"start\":135043,\"sentenceId\":26,\"end\":135405,\"text\":\"based\",\"id\":3200},{\"start\":135405,\"sentenceId\":26,\"end\":135586,\"text\":\"on\",\"id\":3210},{\"start\":135586,\"sentenceId\":26,\"end\":135767,\"text\":\"your\",\"id\":3220},{\"start\":135767,\"sentenceId\":26,\"end\":135948,\"text\":\"appearance.\",\"id\":3230},{\"start\":135948,\"sentenceId\":26,\"end\":136310,\"text\":\"But\",\"id\":3240},{\"start\":136310,\"sentenceId\":26,\"end\":136853,\"text\":\"I\",\"id\":3250},{\"start\":136853,\"sentenceId\":26,\"end\":137034,\"text\":\"am\",\"id\":3260},{\"start\":137034,\"sentenceId\":26,\"end\":137396,\"text\":\"not\",\"id\":3270},{\"start\":137396,\"sentenceId\":26,\"end\":137758,\"text\":\"as\",\"id\":3280},{\"start\":137758,\"sentenceId\":26,\"end\":138120,\"text\":\"strong,\",\"id\":3290},{\"start\":138560,\"sentenceId\":26,\"end\":138760,\"text\":\"nor\",\"id\":3300},{\"start\":138760,\"sentenceId\":26,\"end\":138960,\"text\":\"is\",\"id\":3310},{\"start\":138960,\"sentenceId\":26,\"end\":139160,\"text\":\"my\",\"id\":3320},{\"start\":139160,\"sentenceId\":26,\"end\":139560,\"text\":\"personality\",\"id\":3330},{\"start\":139560,\"sentenceId\":26,\"end\":139960,\"text\":\"so\",\"id\":3340},{\"start\":139960,\"sentenceId\":26,\"end\":140406,\"text\":\"charming\",\"id\":3350},{\"start\":140406,\"sentenceId\":26,\"end\":140852,\"text\":\"that\",\"id\":3360},{\"start\":140852,\"sentenceId\":26,\"end\":141075,\"text\":\"it\",\"id\":3370},{\"start\":141075,\"sentenceId\":26,\"end\":141521,\"text\":\"allows\",\"id\":3380},{\"start\":141521,\"sentenceId\":26,\"end\":141967,\"text\":\"me\",\"id\":3390},{\"start\":141967,\"sentenceId\":26,\"end\":142190,\"text\":\"to\",\"id\":3400},{\"start\":142190,\"sentenceId\":26,\"end\":142636,\"text\":\"completely\",\"id\":3410},{\"start\":142636,\"sentenceId\":26,\"end\":142859,\"text\":\"ignore\",\"id\":3420},{\"start\":142859,\"sentenceId\":26,\"end\":143082,\"text\":\"the\",\"id\":3430},{\"start\":143082,\"sentenceId\":26,\"end\":143528,\"text\":\"hurt\",\"id\":3440},{\"start\":143528,\"sentenceId\":26,\"end\":143751,\"text\":\"that\",\"id\":3450},{\"start\":143751,\"sentenceId\":26,\"end\":144197,\"text\":\"others\",\"id\":3460},{\"start\":144197,\"sentenceId\":26,\"end\":144866,\"text\":\"inflict\",\"id\":3470},{\"start\":144866,\"sentenceId\":26,\"end\":145312,\"text\":\"upon\",\"id\":3480},{\"start\":145312,\"sentenceId\":26,\"end\":145535,\"text\":\"me\",\"id\":3490},{\"start\":145535,\"sentenceId\":26,\"end\":145981,\"text\":\". \",\"id\":3500},{\"start\":146730,\"sentenceId\":27,\"end\":147207,\"text\":\"The\",\"id\":3510},{\"start\":147207,\"sentenceId\":27,\"end\":147366,\"text\":\"second\",\"id\":3520},{\"start\":147366,\"sentenceId\":27,\"end\":147684,\"text\":\"option,\",\"id\":3530},{\"start\":147684,\"sentenceId\":27,\"end\":147843,\"text\":\"I\",\"id\":3540},{\"start\":147843,\"sentenceId\":27,\"end\":148002,\"text\":\"feel,\",\"id\":3550},{\"start\":148002,\"sentenceId\":27,\"end\":148320,\"text\":\"requires\",\"id\":3560},{\"start\":148320,\"sentenceId\":27,\"end\":148638,\"text\":\"a\",\"id\":3570},{\"start\":148638,\"sentenceId\":27,\"end\":148797,\"text\":\"stronger\",\"id\":3580},{\"start\":148797,\"sentenceId\":27,\"end\":149115,\"text\":\"mindset.\",\"id\":3590},{\"start\":149430,\"sentenceId\":27,\"end\":149705,\"text\":\"It\",\"id\":3600},{\"start\":149705,\"sentenceId\":27,\"end\":149980,\"text\":\"hurts,\",\"id\":3610},{\"start\":149980,\"sentenceId\":27,\"end\":150255,\"text\":\"and\",\"id\":3620},{\"start\":150255,\"sentenceId\":27,\"end\":150805,\"text\":\"you\",\"id\":3630},{\"start\":150805,\"sentenceId\":27,\"end\":151080,\"text\":\"have to\",\"id\":3640},{\"start\":151080,\"sentenceId\":27,\"end\":151630,\"text\":\"endure\",\"id\":3650},{\"start\":151630,\"sentenceId\":27,\"end\":152180,\"text\":\"criticism. \",\"id\":3660},{\"start\":152490,\"sentenceId\":28,\"end\":152858,\"text\":\"You\",\"id\":3670},{\"start\":152858,\"sentenceId\":28,\"end\":153042,\"text\":\"have\",\"id\":3680},{\"start\":153042,\"sentenceId\":28,\"end\":153226,\"text\":\"to\",\"id\":3690},{\"start\":153226,\"sentenceId\":28,\"end\":153594,\"text\":\"admit\",\"id\":3700},{\"start\":153594,\"sentenceId\":28,\"end\":153778,\"text\":\"that\",\"id\":3710},{\"start\":153778,\"sentenceId\":28,\"end\":153962,\"text\":\"you've\",\"id\":3720},{\"start\":153962,\"sentenceId\":28,\"end\":154330,\"text\":\"succumbed\",\"id\":3730},{\"start\":154330,\"sentenceId\":28,\"end\":154698,\"text\":\"to\",\"id\":3740},{\"start\":154698,\"sentenceId\":28,\"end\":155066,\"text\":\"popular taste,\",\"id\":3750},{\"start\":155066,\"sentenceId\":28,\"end\":155250,\"text\":\"and\",\"id\":3760},{\"start\":156510,\"sentenceId\":28,\"end\":156882,\"text\":\"in\",\"id\":3770},{\"start\":156882,\"sentenceId\":28,\"end\":157254,\"text\":\"doing\",\"id\":3780},{\"start\":157254,\"sentenceId\":28,\"end\":157440,\"text\":\"so,\",\"id\":3790},{\"start\":157440,\"sentenceId\":28,\"end\":157812,\"text\":\"both\",\"id\":3800},{\"start\":157812,\"sentenceId\":28,\"end\":158184,\"text\":\"groups\",\"id\":3810},{\"start\":158184,\"sentenceId\":28,\"end\":158370,\"text\":\"will\",\"id\":3820},{\"start\":158370,\"sentenceId\":28,\"end\":158742,\"text\":\"criticize\",\"id\":3830},{\"start\":158742,\"sentenceId\":28,\"end\":158928,\"text\":\"you.\",\"id\":3840},{\"start\":160190,\"sentenceId\":28,\"end\":160391,\"text\":\"Those\",\"id\":3850},{\"start\":160391,\"sentenceId\":28,\"end\":160592,\"text\":\"who\",\"id\":3860},{\"start\":160592,\"sentenceId\":28,\"end\":160994,\"text\":\"don't\",\"id\":3870},{\"start\":160994,\"sentenceId\":28,\"end\":161396,\"text\":\"agree\",\"id\":3880},{\"start\":161396,\"sentenceId\":28,\"end\":161798,\"text\":\"with\",\"id\":3890},{\"start\":161798,\"sentenceId\":28,\"end\":161999,\"text\":\"popular\",\"id\":3900},{\"start\":161999,\"sentenceId\":28,\"end\":162200,\"text\":\"taste\",\"id\":3910},{\"start\":162200,\"sentenceId\":28,\"end\":162401,\"text\":\"will\",\"id\":3920},{\"start\":162401,\"sentenceId\":28,\"end\":162803,\"text\":\"accuse\",\"id\":3930},{\"start\":162803,\"sentenceId\":28,\"end\":163004,\"text\":\"you\",\"id\":3940},{\"start\":163004,\"sentenceId\":28,\"end\":163406,\"text\":\"of\",\"id\":3950},{\"start\":163406,\"sentenceId\":28,\"end\":163607,\"text\":\"giving\",\"id\":3960},{\"start\":164020,\"sentenceId\":28,\"end\":164322,\"text\":\"in,\",\"id\":3970},{\"start\":164322,\"sentenceId\":28,\"end\":164624,\"text\":\"while\",\"id\":3980},{\"start\":164624,\"sentenceId\":28,\"end\":164926,\"text\":\"those\",\"id\":3990},{\"start\":164926,\"sentenceId\":28,\"end\":165077,\"text\":\"who\",\"id\":4000},{\"start\":165077,\"sentenceId\":28,\"end\":165228,\"text\":\"agree\",\"id\":4010},{\"start\":165228,\"sentenceId\":28,\"end\":165379,\"text\":\"with\",\"id\":4020},{\"start\":165379,\"sentenceId\":28,\"end\":165681,\"text\":\"it\",\"id\":4030},{\"start\":165681,\"sentenceId\":28,\"end\":165832,\"text\":\"will call\",\"id\":4040},{\"start\":165832,\"sentenceId\":28,\"end\":165983,\"text\":\"you fake. \",\"id\":4050},{\"start\":167350,\"sentenceId\":29,\"end\":167666,\"text\":\"In\",\"id\":4060},{\"start\":167666,\"sentenceId\":29,\"end\":167824,\"text\":\"this\",\"id\":4070},{\"start\":167824,\"sentenceId\":29,\"end\":167982,\"text\":\"case,\",\"id\":4080},{\"start\":167982,\"sentenceId\":29,\"end\":168298,\"text\":\"you\",\"id\":4090},{\"start\":168298,\"sentenceId\":29,\"end\":168456,\"text\":\"must\",\"id\":4100},{\"start\":168456,\"sentenceId\":29,\"end\":168772,\"text\":\"take\",\"id\":4110},{\"start\":168772,\"sentenceId\":29,\"end\":169088,\"text\":\"into\",\"id\":4120},{\"start\":169088,\"sentenceId\":29,\"end\":169246,\"text\":\"account\",\"id\":4130},{\"start\":169250,\"sentenceId\":29,\"end\":169406,\"text\":\"everyone's\",\"id\":4140},{\"start\":169406,\"sentenceId\":29,\"end\":169720,\"text\":\"feelings. \",\"id\":4150}],\"speakerId\":\"2\"}]},\"translation\":{\"paragraphs\":[{\"paragraphId\":\"1702974525131500000\",\"sentences\":[{\"start\":60,\"sentenceId\":1,\"end\":3096,\"text\":\"If possible, what kind of label do you want to give yourself?  \"}]},{\"paragraphId\":\"1702974528451500000\",\"sentences\":[{\"start\":3380,\"sentenceId\":2,\"end\":5600,\"text\":\"Comedy practitioners. \"}]},{\"paragraphId\":\"1702974533881500000\",\"sentences\":[{\"start\":8810,\"sentenceId\":3,\"end\":11105,\"text\":\"Is there anything else like it. \"}]},{\"paragraphId\":\"1702974536176500000\",\"sentences\":[{\"start\":11105,\"sentenceId\":4,\"end\":13690,\"text\":\"War beauty, can you?  \"}]},{\"paragraphId\":\"1702974538871500000\",\"sentences\":[{\"start\":13800,\"sentenceId\":5,\"end\":22700,\"text\":\"Peking University student bully, Internet celebrity, genius girl, for these popular labels, Li Xueqin showed no care. \"},{\"start\":23280,\"sentenceId\":6,\"end\":29330,\"text\":\"Among the two labels she longed for most, the word beauty was more or less surprising. \"}]},{\"paragraphId\":\"1702974554901500000\",\"sentences\":[{\"start\":29830,\"sentenceId\":7,\"end\":43590,\"text\":\"I hope that if one day people all over the world think that I am the first to think of beauty, then I think the aesthetics in this world will not be so harsh on many women. \"}]},{\"paragraphId\":\"1702974568671500000\",\"sentences\":[{\"start\":43600,\"sentenceId\":8,\"end\":45040,\"text\":\"Have you ever had an appearance problem?  \"}]},{\"paragraphId\":\"1702974570361500000\",\"sentences\":[{\"start\":45290,\"sentenceId\":9,\"end\":46090,\"text\":\"It bothered me. \"},{\"start\":46480,\"sentenceId\":10,\"end\":52780,\"text\":\"Because I know subjectively that beauty is pluralistic and should not be defined by appearance. \"},{\"start\":53140,\"sentenceId\":11,\"end\":58756,\"text\":\"But that was rational, but the rejection and hurt I felt in life was real. \"}]},{\"paragraphId\":\"1702974584141500000\",\"sentences\":[{\"start\":59070,\"sentenceId\":12,\"end\":63499,\"text\":\"You think I think I said before that when I was young, people didn't play with me because I was not good-looking and fat. \"},{\"start\":64720,\"sentenceId\":13,\"end\":70572,\"text\":\"Then when I grow up, some boys will say that I am. I always said that I want to find a genetically good one. \"},{\"start\":70730,\"sentenceId\":14,\"end\":77930,\"text\":\"After becoming a public figure or a Internet celebrity, I have friends who say that they are so ugly and come out in public or something. \"},{\"start\":79290,\"sentenceId\":15,\"end\":80838,\"text\":\"There will be some real harm. \"},{\"start\":80940,\"sentenceId\":16,\"end\":91544,\"text\":\"So I said that if everyone mentioned that I thought of being a beautiful woman, then I think how far we are, there must be many girls suffering from this kind of appearance like me. \"},{\"start\":93030,\"sentenceId\":17,\"end\":94320,\"text\":\"Then maybe everyone won't be bothered. \"}]},{\"paragraphId\":\"1702974619921500000\",\"sentences\":[{\"start\":94850,\"sentenceId\":18,\"end\":98930,\"text\":\"But I have several solutions because I see women bothering her with looks. \"},{\"start\":99470,\"sentenceId\":19,\"end\":105150,\"text\":\"Otherwise, it means that my soul is beautiful. I work hard to do my major. I want to be red and I want to have achievements. \"},{\"start\":105500,\"sentenceId\":20,\"end\":107308,\"text\":\"The other is why I told you so much?  \"},{\"start\":107420,\"sentenceId\":21,\"end\":109253,\"text\":\"I'll get a shot and cut it. Isn't it over?  \"},{\"start\":110310,\"sentenceId\":22,\"end\":111710,\"text\":\"What do you think of this problem?  \"}]},{\"paragraphId\":\"1702974637671500000\",\"sentences\":[{\"start\":112600,\"sentenceId\":23,\"end\":119828,\"text\":\"I think both the first and the second need very strong psychology. You can choose either one. \"},{\"start\":120430,\"sentenceId\":24,\"end\":124040,\"text\":\"The first is that I am powerful and my soul is free. \"},{\"start\":124300,\"sentenceId\":25,\"end\":130296,\"text\":\"But you will also hear people say that your genes are not good and you can bear it. \"},{\"start\":130300,\"sentenceId\":26,\"end\":145981,\"text\":\"You think that you firmly believe that things in your personality can cover up everything. In other appearances, you think that other people's discrimination against you is OK, but I am not strong, and my personality is not beautiful enough to allow me to ignore other people's harm to me. \"},{\"start\":146730,\"sentenceId\":27,\"end\":152180,\"text\":\"The second one, I think, requires a strong mind. It still hurts and hurts. You have to bear criticism. \"},{\"start\":152490,\"sentenceId\":28,\"end\":165983,\"text\":\"At the same time, you have to admit that you have succumbed to the public aesthetics, and then those two groups of people will accuse you of giving in, those who do not agree with the public aesthetics will accuse you of giving in, and those who agree with the public aesthetics will accuse you of being fake. \"},{\"start\":167350,\"sentenceId\":29,\"end\":169720,\"text\":\"Then you need to think about everyone's heart even more. You can do it. \"}]}]}}",
                "Type":"NLP"
              }
            ]
          }
        }
      }
    }

Campos Type e Data em Results

  • Transcription (reconhecimento básico)

    Parameter

    Type

    Description

    transcription

    object

    Resultado da conversão de fala em texto.

    transcription.paragraphs

    list[]

    Lista de parágrafos contendo o resultado da conversão de fala em texto.

    transcription.paragraphs[i].paragraphId

    string

    ID do parágrafo.

    transcription.paragraphs[i].speakerId

    string

    ID do orador.

    transcription.paragraphs[i].words

    list[]

    Palavras contidas no parágrafo.

    transcription.paragraphs[i].words[i].id

    int

    ID da palavra. Não é necessário prestar atenção a este identificador.

    transcription.paragraphs[i].words[i].sentenceId

    int

    ID da frase. Palavras com o mesmo ID de frase podem ser agrupadas para formar uma sentença completa.

    transcription.paragraphs[i].words[i].start

    long

    Tempo inicial da palavra. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    transcription.paragraphs[i].words[i].end

    long

    Tempo final da palavra. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    transcription.paragraphs[i].words[i].text

    string

    Texto da palavra.

  • Summarization (resumo completo, resumo por orador, resumo de perguntas e mapa mental)

    Parameter

    Type

    Description

    summarization

    object

    Resultados do resumo. Podem estar vazios ou conter diferentes tipos de resumo.

    summarization.paragraphSummary

    string

    Resumo do texto completo.

    summarization.conversationalSummary

    list[]

    Lista de resultados de resumo para uma conversa.

    summarization.conversationalSummary[i].speakerId

    string

    ID do orador.

    summarization.conversationalSummary[i].speakerName

    string

    Nome do orador.

    summarization.conversationalSummary[i].summary

    string

    Resumo correspondente ao orador.

    summarization.questionsAnsweringSummary

    list[]

    Lista de resultados de resumo para perguntas e respostas.

    summarization.questionsAnsweringSummary[i].question

    string

    A pergunta formulada.

    summarization.questionsAnsweringSummary[i].sentenceIdsOfQuestion

    list[]

    Lista de IDs das frases geradas a partir da fala original correspondente à pergunta.

    summarization.questionsAnsweringSummary[i].answer

    string

    Resposta à pergunta.

    summarization.questionsAnsweringSummary[i].sentenceIdsOfAnswer

    list[]

    Lista de IDs das frases geradas a partir da fala original correspondente à resposta.

    summarization.mindMapSummary

    list[]

    Mapa mental dos resultados do resumo. Pode conter o resumo de cada tópico e as relações entre eles.

    summarization.mindMapSummary[i].title

    string

    Título do tópico.

    summarization.mindMapSummary[i].topic

    list[]

    Array contendo cada tópico e seus subtópicos.

    summarization.mindMapSummary[i].topic[i].title

    string

    Título do subtópico.

    summarization.mindMapSummary[i].topic[i].topic

    list[]

    Array contendo os subtópicos aninhados. Este array pode estar vazio.

  • Translation (tradução completa do texto)

    Parameter

    Type

    Description

    translation

    object

    Resultado da tradução.

    translation.paragraphs

    list[]

    Lista de parágrafos contendo o resultado da tradução, correspondente ao resultado do ASR.

    translation.paragraphs.paragraphId

    string

    ID do parágrafo, correspondente ao ID do parágrafo no resultado do ASR.

    translation.paragraphs.sentences

    list[]

    Lista de frases do texto traduzido.

    translation.paragraphs.sentences[i].sentenctId

    long

    ID da frase.

    translation.paragraphs.sentences[i].start

    long

    Tempo inicial da frase. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    translation.paragraphs.sentences[i].end

    long

    Tempo final da frase. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    translation.paragraphs.sentences[i].text

    string

    Texto traduzido, correspondente ao resultado do ASR.

  • AutoChapters (reconhecimento de capítulos)

    Parameter

    Type

    Description

    autoChapters

    list[]

    Resultado da visão geral dos capítulos, podendo conter zero, um ou múltiplos capítulos.

    autoChapters[i].id

    int

    Número sequencial do capítulo.

    autoChapters[i].start

    long

    Tempo inicial do capítulo. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    autoChapters[i].end

    long

    Tempo final do capítulo. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    autoChapters[i].headline

    string

    Título do capítulo.

    autoChapters[i].summary

    string

    Visão geral do capítulo.

  • MeetingAssitance (extração inteligente de ata, incluindo palavras-chave, frases-chave e itens de ação)

    Parameter

    Type

    Description

    meetingAssistance

    object

    Resultado da ata inteligente, podendo estar vazio ou conter diferentes tipos de dados.

    meetingAssistance.keywords

    list[]

    Lista de palavras-chave extraídas.

    meetingAssistance.keySentences

    list[]

    Lista de frases-chave extraídas.

    meetingAssistance.keySentences[i].id

    long

    Número sequencial da frase-chave.

    meetingAssistance.keySentences[i].sentenceId

    long

    ID da frase-chave, correspondente ao ID da frase no resultado original do ASR.

    meetingAssistance.keySentences[i].start

    long

    Tempo inicial da frase-chave. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    meetingAssistance.keySentences[i].end

    long

    Tempo final da frase-chave. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    meetingAssistance.keySentences[i].text

    string

    Conteúdo da frase-chave.

    meetingAssistance.actions

    list[]

    Lista de itens de ação (to-do).

    meetingAssistance.actions[i].id

    long

    Número sequencial do item de ação.

    meetingAssistance.actions[i].sentenceId

    long

    ID da frase-chave associada, correspondente ao ID da frase no resultado original do ASR.

    meetingAssistance.actions[i].start

    long

    Tempo inicial da frase associada ao item de ação. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    meetingAssistance.actions[i].end

    long

    Tempo final da frase associada ao item de ação. Valor representado por um timestamp indicando os milissegundos decorridos desde o início do áudio.

    meetingAssistance.actions[i].text

    string

    Descrição do item de ação.

    meetingAssistance.classifications

    object

    Tipo de cenário. Apenas três tipos são suportados.

    meetingAssistance.classifications.interview

    float

    Pontuação de confiança para o cenário de entrevista.

    meetingAssistance.classifications.lecture

    float

    Pontuação de confiança para o cenário de palestra/apresentação.

    meetingAssistance.classifications.meeting

    float

    Pontuação de confiança para o cenário de reunião.