Quickstart: Get started with Language Studio

Language Studio is a set of UI-based tools that lets you explore, build, and integrate features from Azure AI Language into your applications.

Language Studio provides you with a platform to try several service features, and see what they return in a visual manner. It also provides you with an easy-to-use experience to create custom projects and models to work on your data. Using the Studio, you can get started without needing to write code, and then use the available client libraries and REST APIs in your application.

Try Language Studio before signing up

Language Studio lets you try available features without needing to create an Azure account or an Azure resource. From the main page of the studio, select one of the listed categories to see available features you can try.

A screenshot showing the main screen in Language Studio.

Once you choose a feature, you'll be able to send several text examples to the service, and see example output.

A screenshot showing sample input for a feature in Language Studio.

Use Language Studio with your own text

When you're ready to use Language Studio features on your own text data, you will need an Azure AI Language resource for authentication and billing. You can also use this resource to call the REST APIs and client libraries programmatically. Follow these steps to get started.

Important

The setup process and requirements for custom features are different. If you're using one of the following custom features, we recommend using the quickstart articles linked below to get started more easily.

  1. Create an Azure Subscription. You can create one for free.

  2. Log into Language Studio. If it's your first time logging in, you'll see a window appear that lets you choose a language resource.

    A screenshot showing the resource selection screen in Language Studio.

  3. Select Create a new language resource. Then enter information for your new resource, such as a name, location and resource group.

    Tip

    • When selecting a location for your Azure resource, choose one that's closest to you for lower latency.
    • We recommend turning the Managed Identity option on, to authenticate your requests across Azure.
    • If you use the free pricing tier, you can keep using the Language service even after your Azure free trial or service credit expires.

    A screenshot showing the resource creation screen in Language Studio.

  4. Select Done. Your resource will be created, and you will be able to use the different features offered by the Language service with your own text.

Valid text formats for conversation features

Note

This section applies to the following features:

If you're sending conversational text to supported features in Language Studio, be aware of the following input requirements:

  • The text you send must be a conversational dialog between two or more participants.
  • Except issue/resolution summarization, each line must start with the name of the participant, followed by a :, and followed by what they say.
  • To use issue and resolution aspects in conversation summarization, each line must start with the role of the participant between "Customer" and "Agent" spelled in English, followed by a ':' before what they say in any supported languages. Names of participants, followed by the role, are optional.
  • Each participant must be on a new line. If multiple participants' utterances are on the same line, it will be processed as one line of the conversation.

See the following example for how you should structure conversational text you want to send.

Agent: Hello, you're chatting with Rene. How may I help you?

Customer: Hi, I tried to set up wifi connection for Smart Brew 300 espresso machine, but it didn't work.

Agent: I’m sorry to hear that. Let’s see what we can do to fix this issue.

Note that the names of the two participants in the conversation (Agent and Customer) begin each line, and that there is only one participant per line of dialog.

A screenshot showing an example conversation input in Language Studio.

Clean up resources

If you want to clean up and remove an Azure AI services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.

Tip

In Language Studio, you can find your resource's details (such as its name and pricing tier) as well as switch resources by:

  1. Selecting the Settings icon in the rop-right corner of the Language Studio screen).
  2. Select Resources

You can't delete your resource from Language Studio.

Next steps